We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0f6c65 commit 86106e3Copy full SHA for 86106e3
eng/build-utils.ps1
@@ -243,7 +243,7 @@ function Make-BootstrapBuild() {
243
244
# prepare compiler
245
$projectpath = "$RepoRoot" + "proto.proj"
246
- $args = "publish $projectpath -c $bootstrapConfiguration"
+ $args = "publish `"$projectpath`" -c $bootstrapConfiguration"
247
if ($binaryLog) {
248
$logFilePath = Join-Path $LogDir "bootstrap.binlog"
249
$args += " /bl:`"$logFilePath`""
0 commit comments