Skip to content

Commit

Permalink
Add missing comma in MTP dotnet test integration doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Dec 23, 2024
1 parent 5d01b47 commit 9852942
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 9852942

Please sign in to comment.