-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to Arcade UnitTest targets and props
- Loading branch information
Showing
7 changed files
with
6 additions
and
219 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> | ||
<Project> | ||
<ItemGroup Condition="'$(UsingToolXUnit)' == 'true' and '$(IsUnitTestProject)' == 'true'"> | ||
<ItemGroup Condition="'$(TestRunnerName)' == 'XUnit' and '$(IsUnitTestProject)' == 'true'"> | ||
<PackageReference Include="Xunit.Combinatorial" Version="$(XunitCombinatorialVersion)" /> | ||
</ItemGroup> | ||
|
||
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" /> | ||
|
||
<!-- Import specialized targets files of supported test runners --> | ||
<Import Project="$(MSBuildThisFileDirectory)tools\$(TestRunnerName)\$(TestRunnerName).targets" Condition="'$(TestRunnerName)' != '' and Exists('$(MSBuildThisFileDirectory)tools\$(TestRunnerName)\$(TestRunnerName).targets')"/> | ||
</Project> |
2 changes: 0 additions & 2 deletions
2
tests/Microsoft.CodeAnalysis.Testing/tools/MSTest/MSTest.props
This file was deleted.
Oops, something went wrong.
99 changes: 0 additions & 99 deletions
99
tests/Microsoft.CodeAnalysis.Testing/tools/MSTest/MSTest.targets
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
98 changes: 0 additions & 98 deletions
98
tests/Microsoft.CodeAnalysis.Testing/tools/NUnit/NUnit.targets
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters