File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -935,15 +935,13 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\toolchain.wixproj
935
935
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\toolchain\toolchain.msi
936
936
937
937
:: Package sdk.msi
938
- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\CustomActions\SwiftInstaller\SwiftInstaller.vcxproj -t:restore
939
938
msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\sdk.wixproj ^
940
939
-p:RunWixToolsOutOfProc=true ^
941
940
-p:OutputPath=%PackageRoot% \sdk\ ^
942
941
-p:IntermediateOutputPath=%PackageRoot% \sdk\ ^
943
942
-p:PLATFORM_ROOT=%PlatformRoot% \ ^
944
943
-p:SDK_ROOT=%SDKInstallRoot% \ ^
945
- -p:SWIFT_SOURCE_DIR=%SourceRoot% \swift\ ^
946
- -p:PlatformToolset=v142
944
+ -p:SWIFT_SOURCE_DIR=%SourceRoot% \swift\
947
945
:: TODO(compnerd) actually perform the code-signing
948
946
:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\sdk\sdk.msi
949
947
You can’t perform that action at this time.
0 commit comments