Updated doc for --
This commit is contained in:
parent
d28721483a
commit
d31d5d2f2d
1 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@
|
|||
|
||||
public const string CmdNoBuildDescription = @"Do not build project before testing.";
|
||||
|
||||
public const string RunSettingsArgsHelpText = @"Any extra options that should be passed to MSBuild or adapter. See 'dotnet msbuild -h' and 'dotnet vstest --help' for available options.";
|
||||
public const string RunSettingsArgsHelpText = @"Any extra commandline runsettings arguments that should be passed to vstest. See 'dotnet vstest --help' for available options.
|
||||
Example: -- RunConfiguration.ResultsDirectory=""C:\users\user\desktop\Results Directory"" MSTest.DeploymentEnabled=false";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue