Skip to content

Commit fdcbe5e

Browse files
authored
Add --tl option to 'dotnet test' based on 'dotnet build' (#48909)
* Add --tl option to 'dotnet test' based on 'dotnet build' * move 'tl' option to the VsTest section
1 parent a563450 commit fdcbe5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/core/tools/dotnet-test.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ dotnet test [<PROJECT> | <SOLUTION> | <DIRECTORY> | <DLL> | <EXE>]
6868
[-r|--runtime <RUNTIME_IDENTIFIER>]
6969
[-s|--settings <SETTINGS_FILE>]
7070
[-t|--list-tests]
71+
[--tl:[auto|on|off]]
7172
[-v|--verbosity <LEVEL>]
7273
[<args>...]
7374
[[--] <RunSettings arguments>]
@@ -260,6 +261,8 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework.
260261

261262
List the discovered tests instead of running the tests.
262263

264+
[!INCLUDE [tl](../../../includes/cli-tl.md)]
265+
263266
[!INCLUDE [verbosity](../../../includes/cli-verbosity-minimal.md)]
264267

265268
- **`args`**

0 commit comments

Comments
 (0)