Fix command line escape (#18373)

This commit is contained in:
Matt Mitchell 2024-01-24 15:09:56 -08:00 committed by GitHub
parent 1910b12812
commit 8f0cc267cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -62,8 +62,8 @@ function Build {
MSBuild $buildProj ` MSBuild $buildProj `
$bl ` $bl `
/p:Configuration=$configuration ` /p:Configuration=$configuration `
$arguments $arguments `
@properties ` @properties
} }
try { try {