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
935935:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\toolchain\toolchain.msi
936936
937937:: Package sdk.msi
938- msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\CustomActions\SwiftInstaller\SwiftInstaller.vcxproj -t:restore
939938msbuild %SourceRoot% \swift-installer-scripts\platforms\Windows\sdk.wixproj ^
940939 -p:RunWixToolsOutOfProc=true ^
941940 -p:OutputPath=%PackageRoot% \sdk\ ^
942941 -p:IntermediateOutputPath=%PackageRoot% \sdk\ ^
943942 -p:PLATFORM_ROOT=%PlatformRoot% \ ^
944943 -p:SDK_ROOT=%SDKInstallRoot% \ ^
945- -p:SWIFT_SOURCE_DIR=%SourceRoot% \swift\ ^
946- -p:PlatformToolset=v142
944+ -p:SWIFT_SOURCE_DIR=%SourceRoot% \swift\
947945:: TODO(compnerd) actually perform the code-signing
948946:: signtool sign /f Apple_CodeSign.pfx /p Apple_CodeSign_Password /tr http://timestamp.digicert.com /fd sha256 %PackageRoot%\sdk\sdk.msi
949947
You can’t perform that action at this time.
0 commit comments