Update help text
This commit is contained in:
parent
12e59ebb6e
commit
8bed1b3a23
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ namespace Microsoft.DotNet.Tools.Test
|
|||
public const string RunSettingsArgsHelpText = @"Any extra command-line 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";
|
||||
|
||||
public const string CmdResultsDirectoryDescription = @"The test results directory will be created in the specified path if it does not exist.
|
||||
public const string CmdResultsDirectoryDescription = @"The directory where tests results will be placed. Specified directory will be created if it does not exist.
|
||||
Example: --results-directory <PATH_TO_RESULTS_DIRECTORY>";
|
||||
|
||||
public const string CmdPathToResultsDirectory = "PATH_TO_RESULTS_DIRECTORY";
|
||||
|
|
Loading…
Reference in a new issue