Skip to content

Commit 9c520de

Browse files
authored
Update note about MTP arguments (#44678)
1 parent d908335 commit 9c520de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/testing/unit-testing-platform-vs-vstest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ The test related arguments are VSTest specific and so need to be transformed to
9999
| `-- <RunSettings arguments>` | Not supported |
100100

101101
> [!IMPORTANT]
102-
> Before specifying any `Microsoft.Testing.Platform`, you need to add `--` to separate the `dotnet test` arguments from the new platform arguments.
102+
> Before specifying any `Microsoft.Testing.Platform` arguments, you need to add `--` to separate the `dotnet test` arguments from the new platform arguments. For example, `dotnet test --no-build -- --list-tests`.
103103
104104
### `vstest.console.exe`
105105

0 commit comments

Comments
 (0)