File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -666,6 +666,16 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\installer.wixproj
666
666
:: TODO(compnerd) actually perform the code-signing
667
667
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\installer\installer.exe
668
668
669
+ :: Stage Artifacts
670
+ md %BuildRoot% \artifacts
671
+ :: FIXME(compnerd) should we provide SDKs as standalone artifact?
672
+ move %PackageRoot% \sdk.msi %BuildRoot% \artifacts || (exit /b)
673
+ :: Redistributable libraries for developers
674
+ move %PackageRoot% \runtime.msi %BuildRoot% \artifacts || (exit /b)
675
+ move %PackageRoot% \icu.msi %BuildRoot% \artifacts || (exit /b)
676
+ :: Installer
677
+ move %PackageRoot% \installer\installer.exe %BuildRoot% \artifacts || (exit /b)
678
+
669
679
:: TODO(compnerd) test LLVM
670
680
671
681
:: Test Swift
You can’t perform that action at this time.
0 commit comments