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 {
418
418
$ProgressPreference = " SilentlyContinue"
419
419
420
420
$WebClient = New-Object Net.WebClient
421
- $WiXVersion = " 4.0.3 "
421
+ $WiXVersion = " 4.0.4 "
422
422
$WiXURL = " https://www.nuget.org/api/v2/package/wix/$WiXVersion "
423
423
$WiXHash = " 33B3F28556F2499D10E0E0382ED481BD71BCB6178A20E7AF15A6879571B6BD41"
424
424
@@ -1828,7 +1828,7 @@ function Stage-BuildArtifacts($Arch) {
1828
1828
} else {
1829
1829
New-Item - Type Directory - Path " $ ( $Arch.BinaryCache ) \installer\$ ( $Arch.VSName ) \" - ErrorAction Ignore | Out-Null
1830
1830
}
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 ) \"
1832
1832
}
1833
1833
1834
1834
# -------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments