File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -819,6 +819,8 @@ endlocal
819
819
:FetchX64Toolchain
820
820
setlocal enableextensions enabledelayedexpansion
821
821
822
+ dotnet tool list -g | findstr wix
823
+ IF NOT %ERRORLEVEL% EQU 0 DO ( dotnet tool install -g wix || (exit /b) )
822
824
curl.exe -sOL " https://download.swift.org/development/windows10/swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a/swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a-windows10.exe" || (exit /b)
823
825
" %UserProfile% \.nuget\packages\wix\4.0.1\tools\net6.0\any\wix.exe" burn extract swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a-windows10.exe -o " %BuildRoot% \toolchains" || (exit /b)
824
826
msiexec.exe /qn /a " %BuildRoot% \toolchains\a0" TARGETDIR=" %BuildRoot% \toolchains\swift-DEVELOPMENT-SNAPSHOT-2023-08-12-a\PFiles64\Swift\Runtimes\0.0.0\usr\bin\ || (exit /b)
You can’t perform that action at this time.
0 commit comments