Skip to content

Commit

Permalink
Add missing comma in MTP dotnet test integration doc (#44057)
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 26, 2024
1 parent 53d56f9 commit 4c20b6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Or in project file:

By default, all console output that the underlying test executable writes is captured and hidden from the user. This includes the banner, version information, and formatted test information.

To show this information together with MSBuild output use`<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>`.
To show this information together with MSBuild output, use `<TestingPlatformCaptureOutput>false</TestingPlatformCaptureOutput>`.

This option doesn't impact how the testing framework captures user output written by `Console.WriteLine` or other similar ways to write to the console.

Expand Down

0 comments on commit 4c20b6a

Please sign in to comment.