File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -418,7 +418,7 @@ function Fetch-Dependencies {
418418 $ProgressPreference = " SilentlyContinue"
419419
420420 $WebClient = New-Object Net.WebClient
421- $WiXVersion = " 4.0.3 "
421+ $WiXVersion = " 4.0.4 "
422422 $WiXURL = " https://www.nuget.org/api/v2/package/wix/$WiXVersion "
423423 $WiXHash = " 33B3F28556F2499D10E0E0382ED481BD71BCB6178A20E7AF15A6879571B6BD41"
424424
@@ -1828,7 +1828,7 @@ function Stage-BuildArtifacts($Arch) {
18281828 } else {
18291829 New-Item - Type Directory - Path " $ ( $Arch.BinaryCache ) \installer\$ ( $Arch.VSName ) \" - ErrorAction Ignore | Out-Null
18301830 }
1831- 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 ) \"
1831+ 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 ) \"
18321832}
18331833
18341834# -------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments