File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3080,9 +3080,9 @@ function Stage-BuildArtifacts($Arch) {
3080
3080
Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $Arch.VSName ) \*.cab" $Stage
3081
3081
Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $Arch.VSName ) \*.msi" $Stage
3082
3082
foreach ($SDK in $WindowsSDKArchs ) {
3083
- Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $Arch .VSName ) \sdk.windows.$ ( $SDK.VSName ) .cab" $Stage
3084
- Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $Arch .VSName ) \sdk.windows.$ ( $SDK.VSName ) .msi" $Stage
3085
- Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $Arch .VSName ) \rtl.$ ( $SDK.VSName ) .msm" $Stage
3083
+ Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $SDK .VSName ) \sdk.windows.$ ( $SDK.VSName ) .cab" $Stage
3084
+ Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $SDK .VSName ) \sdk.windows.$ ( $SDK.VSName ) .msi" $Stage
3085
+ Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $SDK .VSName ) \rtl.$ ( $SDK.VSName ) .msm" $Stage
3086
3086
}
3087
3087
Copy-File " $BinaryCache \$ ( $Arch.LLVMTarget ) \installer\Release\$ ( $Arch.VSName ) \installer.exe" $Stage
3088
3088
# Extract installer engine to ease code-signing on swift.org CI
You can’t perform that action at this time.
0 commit comments