Skip to content

Commit

Permalink
Binary code coverage for Linux
Browse files Browse the repository at this point in the history
Per MicrosoftDocs/azure-devops-docs#11835, updating the docs in the Yaml pipelines
  • Loading branch information
stan-sz committed Jan 16, 2023
1 parent 7b333c2 commit ca28974
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions task-reference/dotnet-core-cli-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Enabling this option will generate a `test results` TRX file in `$(Agent.TempDir
This option appends `--logger trx --results-directory $(Agent.TempDirectory)` to the command line arguments.


Code coverage can be collected by adding the `--collect “Code coverage”` option to the command line arguments. This is currently only available on the Windows platform.
Code coverage can be collected by adding the `--collect “Code coverage”` option to the command line arguments.
<!-- :::editable-content-end::: -->
<br>

Expand All @@ -309,7 +309,7 @@ Enabling this option will generate a `test results` TRX file in `$(Agent.TempDir
This option appends the `--logger trx --results-directory $(Agent.TempDirectory)` to the command line arguments.


Code coverage can be collected by adding the `--collect “Code coverage”` option to the command line arguments. This is currently only available on the Windows platform.
Code coverage can be collected by adding the `--collect “Code coverage”` option to the command line arguments.
<!-- :::editable-content-end::: -->
<br>

Expand Down Expand Up @@ -966,4 +966,4 @@ However, for situations where a team of developers works on a large range of pro
<!-- :::see-also::: -->
<!-- :::editable-content name="seeAlso"::: -->
<!-- :::editable-content-end::: -->
<!-- :::see-also-end::: -->
<!-- :::see-also-end::: -->

0 comments on commit ca28974

Please sign in to comment.