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 ec32724 commit d56f705Copy full SHA for d56f705
utils/build.ps1
@@ -1425,7 +1425,7 @@ function Build-Installer() {
1425
Build-WiXProject bundle\installer.wixproj -Arch $HostArch -Properties $Properties
1426
1427
if ($Stage -and (-not $ToBatch)) {
1428
- Copy-File "$($HostArch.BinaryCache)\installer\Release\$($HostArch.VSName)\*.msi" "$Stage\"
+ Copy-File "$($HostArch.BinaryCache)\installer\Release\$($HostArch.VSName)\*.msm" "$Stage\"
1429
Copy-File "$($HostArch.BinaryCache)\installer\Release\$($HostArch.VSName)\installer.exe" "$Stage\"
1430
}
1431
0 commit comments