Skip to content

Commit 10aa58f

Browse files
authored
Merge pull request swiftlang#69969 from tristanlabelle/build.ps1-build-installer-as-bundle
build.ps1: Build installer wixproj as bundle
2 parents 011fce8 + 9c78727 commit 10aa58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ function Build-Installer($Arch) {
15941594
$Properties["SDK_ROOT_$($SDK.VSName.ToUpperInvariant())"] = "$($SDK.SDKInstallRoot)\"
15951595
}
15961596

1597-
Build-WiXProject bundle\installer.wixproj -Arch $Arch -Properties $Properties
1597+
Build-WiXProject bundle\installer.wixproj -Arch $Arch -Bundle -Properties $Properties
15981598
}
15991599

16001600
function Stage-BuildArtifacts($Arch) {

0 commit comments

Comments
 (0)