Skip to content

Commit b709ff2

Browse files
authored
Enable MTP tests via MSBuild property (#9361)
* Enable MTP tests via MSBuild property * Update Aspire.RepoTesting.props
1 parent 3eddffb commit b709ff2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/Shared/RepoTesting/Aspire.RepoTesting.props

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
2020
<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>
2121

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>
22+
<!-- MTP-based tests are enabled in the repo. Change this to true to use VSTest. -->
23+
<DisableTestingPlatformServerCapability>false</DisableTestingPlatformServerCapability>
2524
<OutputType Condition="$(MSBuildProjectName.EndsWith('.Tests'))">Exe</OutputType>
2625

2726
</PropertyGroup>

0 commit comments

Comments
 (0)