[ci]Fix dead links for WiX 3 binaries (#23367)

* [ci]Fix dead links on WiX 3 binaries
This commit is contained in:
Jaime Bernardo
2023-01-16 13:19:36 +00:00
committed by GitHub
parent 218a739996
commit 07f3507f11
2 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
$ProgressPreference = 'SilentlyContinue'
$WixDownloadUrl = "https://wixtoolset.org/downloads/v3.14.0.6526/wix314.exe"
$WixBinariesDownloadUrl = "https://wixtoolset.org/downloads/v3.14.0.6526/wix314-binaries.zip"
$WixDownloadUrl = "https://github.com/JaneaSystems/wix3/releases/download/wix3-3.14.0.6526/wix314.exe"
$WixBinariesDownloadUrl = "https://github.com/JaneaSystems/wix3/releases/download/wix3-3.14.0.6526/wix314-binaries.zip"
# Download WiX binaries and verify their hash sums
Invoke-WebRequest -Uri $WixDownloadUrl -OutFile "$($ENV:Temp)\wix314.exe"