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 `
$bl `
/p:Configuration=$configuration `
$arguments
@properties `
$arguments `
@properties
}
try {