Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions tests/Shared/RepoTesting/Aspire.RepoTesting.props
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>
<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>

<!-- Workaround for VSCode issues, until it's figured out and resolved. -->
<!-- This basically causes Test Explorer in VS and VS Code to use VSTest -->
<DisableTestingPlatformServerCapability>true</DisableTestingPlatformServerCapability>
<!-- MTP-based tests are enabled in the repo. Change this to true to use VSTest. -->
<DisableTestingPlatformServerCapability>false</DisableTestingPlatformServerCapability>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the default already and can be removed safely

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was leaning towards leaving it in case we need to go back and disable this again. I like Copilot's recommendation of adding a comment as extra clarity.

<OutputType Condition="$(MSBuildProjectName.EndsWith('.Tests'))">Exe</OutputType>

</PropertyGroup>
Expand Down