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 e894393 commit b461ed8Copy full SHA for b461ed8
Directory.Build.props
@@ -145,6 +145,7 @@
145
<!-- Test config -->
146
<PropertyGroup>
147
<TestRunnerName>MSTest</TestRunnerName>
148
+ <EnableMSTestRunner>true</EnableMSTestRunner>
149
<!-- Skip windows only tests on non-windows systems. -->
150
<TestRunnerAdditionalArguments Condition=" '$(OS)' != 'Windows_NT' ">$(TestRunnerAdditionalArguments) --filter "TestCategory!=Windows&TestCategory!=Windows-Review"</TestRunnerAdditionalArguments>
151
</PropertyGroup>
0 commit comments