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 4937d0a commit 2a2b037Copy full SHA for 2a2b037
utils/build.ps1
@@ -183,7 +183,7 @@ $VSInstallRoot = & $vswhere -nologo -latest -products "*" -all -prerelease -prop
183
$msbuild = "$VSInstallRoot\MSBuild\Current\Bin\$BuildArchName\MSBuild.exe"
184
185
# Hoist to global scope as this is used in two sites.
186
-$WiXVersion = "4.0.5"
+$WiXVersion = "4.0.6"
187
188
# Avoid $env:ProgramFiles in case this script is running as x86
189
$UnixToolsBinDir = "$env:SystemDrive\Program Files\Git\usr\bin"
0 commit comments