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.
2 parents 548df69 + 5d1d2dd commit 4609f0dCopy full SHA for 4609f0d
utils/build.ps1
@@ -409,6 +409,7 @@ function Fetch-Dependencies {
409
410
if (-not (Test-Path $BinaryCache\WiX-$WiXVersion.zip)) {
411
Write-Output "WiX not found. Downloading from nuget.org ..."
412
+ New-Item -ItemType Directory -ErrorAction Ignore $BinaryCache | Out-Null
413
if ($ToBatch) {
414
Write-Output "curl.exe -sL $WiXURL -o $BinaryCache\WiX-$WiXVersion.zip"
415
} else {
0 commit comments