diff --git a/docs/core/tools/dotnet-test.md b/docs/core/tools/dotnet-test.md index fc85473800974..a5f765d6f3b59 100644 --- a/docs/core/tools/dotnet-test.md +++ b/docs/core/tools/dotnet-test.md @@ -437,6 +437,8 @@ dotnet test [--no-ansi] [--no-progress] [--output ] + [--no-launch-profile] + [--no-launch-profile-arguments] [...] dotnet test -h|--help @@ -523,6 +525,14 @@ With Microsoft Testing Platform, `dotnet test` operates faster than with VSTest. Specifies the output verbosity when reporting tests. Valid values are `Normal` and `Detailed`. The default is `Normal`. +- **`--no-launch-profile`** + + Do not attempt to use launchSettings.json to configure the application. By default, `launchSettings.json` is used, which can apply environment variables and command-line arguments to the test executable. + +- **`--no-launch-profile-arguments`** + + Do not use arguments specified by `commandLineArgs` in launch profile to run the application. + - **`--property:=`** Sets one or more MSBuild properties. Specify multiple properties by repeating the option: