Skip to content

Commit

Permalink
Update Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Dec 21, 2024
1 parent 3e66242 commit 1ddb208
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
<!-- Configure `Microsoft.Testing.Platform` mode behaviors (https://learn.microsoft.com/en-us/dotnet/core/testing/unit-testing-platform-integration-dotnet-test)-->
<PropertyGroup>
<!-- Enable `Microsoft.Testing.Platform` mode for `dotnet test` -->
<TestingPlatformDotnetTestSupport>false</TestingPlatformDotnetTestSupport>
<UseVSTest>true</UseVSTest>
<TestingPlatformDotnetTestSupport>true</TestingPlatformDotnetTestSupport>

<!-- Show failure per test -->
<TestingPlatformShowTestsFailure>true</TestingPlatformShowTestsFailure>
Expand All @@ -30,7 +29,7 @@
<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>

<!-- Use `Microsoft.Testing.Platform` entrypoint. -->
<UseMicrosoftTestingPlatformRunner>false</UseMicrosoftTestingPlatformRunner>
<UseMicrosoftTestingPlatformRunner>true</UseMicrosoftTestingPlatformRunner>

<!-- Change TestResults output directory. And enable detailed log outputs -->
<TestingPlatformCommandLineArguments>$(TestingPlatformCommandLineArguments) --results-directory "$(MSBuildThisFileDirectory)TestResults"</TestingPlatformCommandLineArguments>
Expand Down

0 comments on commit 1ddb208

Please sign in to comment.