Test Changes to work with new Argument Escaping and Command Infra
This commit is contained in:
parent
8d0fada156
commit
37445f053d
18 changed files with 93 additions and 45 deletions
|
@ -102,7 +102,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
|
||||
private string GetOutputOption()
|
||||
{
|
||||
return string.IsNullOrEmpty(_output) ? "" : $"-o {_output}";
|
||||
return string.IsNullOrEmpty(_output) ? "" : $"-o \"{_output}\"";
|
||||
}
|
||||
|
||||
private string GetConfigOption()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue