diff --git a/docs/core/tools/dotnet-test.md b/docs/core/tools/dotnet-test.md index 062608d4ccc2f..728043ef5f14a 100644 --- a/docs/core/tools/dotnet-test.md +++ b/docs/core/tools/dotnet-test.md @@ -68,6 +68,7 @@ dotnet test [ | | | | ] [-r|--runtime ] [-s|--settings ] [-t|--list-tests] + [--tl:[auto|on|off]] [-v|--verbosity ] [...] [[--] ] @@ -260,6 +261,8 @@ Where `Microsoft.NET.Test.Sdk` is the test host, `xunit` is the test framework. List the discovered tests instead of running the tests. +[!INCLUDE [tl](../../../includes/cli-tl.md)] + [!INCLUDE [verbosity](../../../includes/cli-verbosity-minimal.md)] - **`args`**