File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -449,9 +449,9 @@ function Fetch-Dependencies {
449
449
$ProgressPreference = " SilentlyContinue"
450
450
451
451
$WebClient = New-Object Net.WebClient
452
- $WiXVersion = " 4.0.3 "
452
+ $WiXVersion = " 4.0.4 "
453
453
$WiXURL = " https://www.nuget.org/api/v2/package/wix/$WiXVersion "
454
- $WiXHash = " 33B3F28556F2499D10E0E0382ED481BD71BCB6178A20E7AF15A6879571B6BD41 "
454
+ $WiXHash = " A9CA12214E61BB49430A8C6E5E48AC5AE6F27DC82573B5306955C4D35F2D34E2 "
455
455
456
456
if (-not (Test-Path $BinaryCache \WiX- $WiXVersion.zip )) {
457
457
Write-Output " WiX not found. Downloading from nuget.org ..."
@@ -1866,7 +1866,7 @@ function Stage-BuildArtifacts($Arch) {
1866
1866
} else {
1867
1867
New-Item - Type Directory - Path " $ ( $Arch.BinaryCache ) \installer\$ ( $Arch.VSName ) \" - ErrorAction Ignore | Out-Null
1868
1868
}
1869
- Invoke-Program " $BinaryCache \wix-4.0.3 \tools\net6.0\any\wix.exe" -- burn detach " $ ( $Arch.BinaryCache ) \installer\Release\$ ( $Arch.VSName ) \installer.exe" - engine " $Stage \installer-engine.exe" - intermediateFolder " $ ( $Arch.BinaryCache ) \installer\$ ( $Arch.VSName ) \"
1869
+ Invoke-Program " $BinaryCache \wix-4.0.4 \tools\net6.0\any\wix.exe" -- burn detach " $ ( $Arch.BinaryCache ) \installer\Release\$ ( $Arch.VSName ) \installer.exe" - engine " $Stage \installer-engine.exe" - intermediateFolder " $ ( $Arch.BinaryCache ) \installer\$ ( $Arch.VSName ) \"
1870
1870
}
1871
1871
1872
1872
# -------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments