File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -974,6 +974,8 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
974974 -p:BaseReleaseDownloadUrl=https://download.swift.org/development/windows ^
975975 -p:Configuration=Release ^
976976 -p:BaseOutputPath=%PackageRoot% \online\ ^
977+ -p:VCRedistInstaller=" %VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe" ^
978+ -p:VSVersion=%VSCMD_VER% ^
977979 -p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
978980 -p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
979981 -p:PLATFORM_ROOT=%PlatformRoot% \ ^
@@ -988,6 +990,8 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
988990 -p:BundleFlavor=offline ^
989991 -p:Configuration=Release ^
990992 -p:BaseOutputPath=%PackageRoot% \offline\ ^
993+ -p:VCRedistInstaller=" %VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe" ^
994+ -p:VSVersion=%VSCMD_VER% ^
991995 -p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
992996 -p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
993997 -p:PLATFORM_ROOT=%PlatformRoot% \ ^
You can’t perform that action at this time.
0 commit comments