diff --git a/eng/build-utils.ps1 b/eng/build-utils.ps1 index 3c870011188..068f28bfc41 100644 --- a/eng/build-utils.ps1 +++ b/eng/build-utils.ps1 @@ -243,7 +243,7 @@ function Make-BootstrapBuild() { # prepare compiler $projectpath = "$RepoRoot" + "proto.proj" - $args = "publish $projectpath -c $bootstrapConfiguration" + $args = "publish `"$projectpath`" -c $bootstrapConfiguration" if ($binaryLog) { $logFilePath = Join-Path $LogDir "bootstrap.binlog" $args += " /bl:`"$logFilePath`""