We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36e6e commit 84d7db7Copy full SHA for 84d7db7
src/Microsoft.DotNet.Arcade.Sdk/tools/XUnitV3/XUnitV3.targets
@@ -3,6 +3,9 @@
3
4
<PropertyGroup>
5
<UseVSTestRunner Condition="'$(UseVSTestRunner)' != 'true'">false</UseVSTestRunner>
6
+
7
+ <!-- Default to using MTP -->
8
+ <UseMicrosoftTestingPlatformRunner Condition="'$(UseMicrosoftTestingPlatformRunner)' == ''">true</UseMicrosoftTestingPlatformRunner>
9
</PropertyGroup>
10
11
<ItemGroup>
0 commit comments