Fix command line escape (#18373)
This commit is contained in:
parent
1910b12812
commit
8f0cc267cf
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@ function Build {
|
|||
MSBuild $buildProj `
|
||||
$bl `
|
||||
/p:Configuration=$configuration `
|
||||
$arguments
|
||||
@properties `
|
||||
$arguments `
|
||||
@properties
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue