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.
974
974
-p:BaseReleaseDownloadUrl=https://download.swift.org/development/windows ^
975
975
-p:Configuration=Release ^
976
976
-p:BaseOutputPath=%PackageRoot% \online\ ^
977
+ -p:VCRedistInstaller=" %VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe" ^
978
+ -p:VSVersion=%VSCMD_VER% ^
977
979
-p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
978
980
-p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
979
981
-p:PLATFORM_ROOT=%PlatformRoot% \ ^
@@ -988,6 +990,8 @@ msbuild %SourceRoot%\swift-installer-scripts\platforms\Windows\bundle\installer.
988
990
-p:BundleFlavor=offline ^
989
991
-p:Configuration=Release ^
990
992
-p:BaseOutputPath=%PackageRoot% \offline\ ^
993
+ -p:VCRedistInstaller=" %VCToolsRedistDir% \vc_redist.%VSCMD_ARG_TGT_ARCH% .exe" ^
994
+ -p:VSVersion=%VSCMD_VER% ^
991
995
-p:DEVTOOLS_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
992
996
-p:TOOLCHAIN_ROOT=%BuildRoot% \Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain ^
993
997
-p:PLATFORM_ROOT=%PlatformRoot% \ ^
You can’t perform that action at this time.
0 commit comments