diff --git a/eng/build.ps1 b/eng/build.ps1 index fae5fbd127fd0b61983bd3f38a1ea01c07f1482d..e85b12d5793a8726995cb8c5a6162fce1842397f 100644 --- a/eng/build.ps1 +++ b/eng/build.ps1 @@ -187,6 +187,10 @@ function Process-Arguments() { exit 1 } + if ($bootstrap) { + $script:restore = $true + } + $script:test32 = -not $test64 foreach ($property in $properties) {