Skip to content

Commit b461ed8

Browse files
authored
Run VSTest tests with MTP
1 parent e894393 commit b461ed8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<!-- Test config -->
146146
<PropertyGroup>
147147
<TestRunnerName>MSTest</TestRunnerName>
148+
<EnableMSTestRunner>true</EnableMSTestRunner>
148149
<!-- Skip windows only tests on non-windows systems. -->
149150
<TestRunnerAdditionalArguments Condition=" '$(OS)' != 'Windows_NT' ">$(TestRunnerAdditionalArguments) --filter "TestCategory!=Windows&amp;TestCategory!=Windows-Review"</TestRunnerAdditionalArguments>
150151
</PropertyGroup>

0 commit comments

Comments
 (0)