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 `
|
MSBuild $buildProj `
|
||||||
$bl `
|
$bl `
|
||||||
/p:Configuration=$configuration `
|
/p:Configuration=$configuration `
|
||||||
$arguments
|
$arguments `
|
||||||
@properties `
|
@properties
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue