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.
1 parent d251c04 commit 72dc80eCopy full SHA for 72dc80e
utils/build.ps1
@@ -420,7 +420,7 @@ function Fetch-Dependencies {
420
$WebClient = New-Object Net.WebClient
421
$WiXVersion = "4.0.4"
422
$WiXURL = "https://www.nuget.org/api/v2/package/wix/$WiXVersion"
423
- $WiXHash = "33B3F28556F2499D10E0E0382ED481BD71BCB6178A20E7AF15A6879571B6BD41"
+ $WiXHash = "A9CA12214E61BB49430A8C6E5E48AC5AE6F27DC82573B5306955C4D35F2D34E2"
424
425
if (-not (Test-Path $BinaryCache\WiX-$WiXVersion.zip)) {
426
Write-Output "WiX not found. Downloading from nuget.org ..."
0 commit comments