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
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::: -->