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 @@ -183,7 +183,7 @@ $VSInstallRoot = & $vswhere -nologo -latest -products "*" -all -prerelease -prop
183
183
$msbuild = " $VSInstallRoot \MSBuild\Current\Bin\$BuildArchName \MSBuild.exe"
184
184
185
185
# Hoist to global scope as this is used in two sites.
186
- $WiXVersion = " 4.0.5 "
186
+ $WiXVersion = " 4.0.6 "
187
187
188
188
# Avoid $env:ProgramFiles in case this script is running as x86
189
189
$UnixToolsBinDir = " $env: SystemDrive \Program Files\Git\usr\bin"
@@ -762,7 +762,7 @@ function Fetch-Dependencies {
762
762
}
763
763
764
764
$WiXURL = " https://www.nuget.org/api/v2/package/wix/$WiXVersion "
765
- $WiXHash = " DF9BDB347183716F82EFE2CECB8C54BB3554AA907A69F47A41741D6FA4D0A754 "
765
+ $WiXHash = " A94DD42AE1FB56B32DA180E2173CEDA4F0D10B4C8871C5EE59ECB502131A1EB6 "
766
766
DownloadAndVerify $WixURL " $BinaryCache \WiX-$WiXVersion .zip" $WiXHash
767
767
Extract- ZipFile WiX- $WiXVersion.zip $BinaryCache WiX- $WiXVersion
768
768
You can’t perform that action at this time.
0 commit comments