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
|
@ -19,7 +19,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
{
|
||||
return _projectPath == string.Empty ?
|
||||
"" :
|
||||
$"-p {_projectPath}";
|
||||
$"-p \"{_projectPath}\"";
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -48,7 +48,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
get
|
||||
{
|
||||
return _preserveTemporary ?
|
||||
$"-t {_projectPath}" :
|
||||
$"-t \"{_projectPath}\"" :
|
||||
"";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue