File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -973,7 +973,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
973
973
-p:BaseReleaseDownloadUrl=https://download.swift.org/development/windows ^
974
974
-p:Configuration=Release ^
975
975
-p:BaseOutputPath=%PackageRoot% \online\ ^
976
- -p:VCRedistInstaller=%VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe ^
976
+ -p:VCRedistInstaller=" %VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe" ^
977
977
-p:VSVersion=%VSCMD_VER% ^
978
978
-p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
979
979
-p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
@@ -989,7 +989,7 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
989
989
-p:BundleFlavor=offline ^
990
990
-p:Configuration=Release ^
991
991
-p:BaseOutputPath=%PackageRoot% \offline\ ^
992
- -p:VCRedistInstaller=%VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe ^
992
+ -p:VCRedistInstaller=" %VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe" ^
993
993
-p:VSVersion=%VSCMD_VER% ^
994
994
-p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
995
995
-p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
You can’t perform that action at this time.
0 commit comments