File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3169,7 +3169,9 @@ function Build-Installer([Hashtable] $Platform) {
31693169function Copy-BuildArtifactsToStage ([Hashtable ] $Platform ) {
31703170 Copy-File " $BinaryCache \$ ( $Platform.Triple ) \installer\Release\$ ( $Platform.Architecture.VSName ) \*.cab" $Stage
31713171 Copy-File " $BinaryCache \$ ( $Platform.Triple ) \installer\Release\$ ( $Platform.Architecture.VSName ) \*.msi" $Stage
3172- Copy-File " $BinaryCache \$ ( $Platform.Triple ) \installer\Release\$ ( $Platform.Architecture.VSName ) \*.msm" $Stage
3172+ foreach ($SDKPlatform in $WindowsSDKPlatforms ) {
3173+ Copy-File " $BinaryCache \$ ( $Platform.Triple ) \installer\Release\$ ( $SDKPlatform.Architecture.VSName ) \*.msm" $Stage
3174+ }
31733175 Copy-File " $BinaryCache \$ ( $Platform.Triple ) \installer\Release\$ ( $Platform.Architecture.VSName ) \installer.exe" $Stage
31743176 # Extract installer engine to ease code-signing on swift.org CI
31753177 if ($ToBatch ) {
You can’t perform that action at this time.
0 commit comments