Skip to content

Commit 0c7c79d

Browse files
authored
Merge pull request #79167 from hjyamauchi/wix
Update the Wix version 4.0.6
2 parents 9c85fbc + 8698ab2 commit 0c7c79d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ $VSInstallRoot = & $vswhere -nologo -latest -products "*" -all -prerelease -prop
183183
$msbuild = "$VSInstallRoot\MSBuild\Current\Bin\$BuildArchName\MSBuild.exe"
184184

185185
# Hoist to global scope as this is used in two sites.
186-
$WiXVersion = "4.0.5"
186+
$WiXVersion = "4.0.6"
187187

188188
# Avoid $env:ProgramFiles in case this script is running as x86
189189
$UnixToolsBinDir = "$env:SystemDrive\Program Files\Git\usr\bin"
@@ -762,7 +762,7 @@ function Fetch-Dependencies {
762762
}
763763

764764
$WiXURL = "https://www.nuget.org/api/v2/package/wix/$WiXVersion"
765-
$WiXHash = "DF9BDB347183716F82EFE2CECB8C54BB3554AA907A69F47A41741D6FA4D0A754"
765+
$WiXHash = "A94DD42AE1FB56B32DA180E2173CEDA4F0D10B4C8871C5EE59ECB502131A1EB6"
766766
DownloadAndVerify $WixURL "$BinaryCache\WiX-$WiXVersion.zip" $WiXHash
767767
Extract-ZipFile WiX-$WiXVersion.zip $BinaryCache WiX-$WiXVersion
768768

0 commit comments

Comments
 (0)