Skip to content

Commit 84d7db7

Browse files
committed
Default to MTP for xunit.v3
1 parent 9f36e6e commit 84d7db7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Microsoft.DotNet.Arcade.Sdk/tools/XUnitV3/XUnitV3.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
<PropertyGroup>
55
<UseVSTestRunner Condition="'$(UseVSTestRunner)' != 'true'">false</UseVSTestRunner>
6+
7+
<!-- Default to using MTP -->
8+
<UseMicrosoftTestingPlatformRunner Condition="'$(UseMicrosoftTestingPlatformRunner)' == ''">true</UseMicrosoftTestingPlatformRunner>
69
</PropertyGroup>
710

811
<ItemGroup>

0 commit comments

Comments
 (0)