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 3eddffb commit b709ff2Copy full SHA for b709ff2
tests/Shared/RepoTesting/Aspire.RepoTesting.props
@@ -19,9 +19,8 @@
19
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
20
<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>
21
22
- <!-- Workaround for VSCode issues, until it's figured out and resolved. -->
23
- <!-- This basically causes Test Explorer in VS and VS Code to use VSTest -->
24
- <DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>
+ <!-- MTP-based tests are enabled in the repo. Change this to true to use VSTest. -->
+ <DisableTestingPlatformServerCapability>false</DisableTestingPlatformServerCapability>
25
<OutputType Condition="$(MSBuildProjectName.EndsWith('.Tests'))">Exe</OutputType>
26
27
</PropertyGroup>
0 commit comments