File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -460,10 +460,10 @@ function Ensure-SwiftToolchain($Arch) {
460
460
New-Item - ItemType Directory - ErrorAction Ignore " $BinaryCache \toolchains" | Out-Null
461
461
Write-Output " Extracting Swift toolchain..."
462
462
Invoke-Program " $BinaryCache \wix-4.0.1\tools\net6.0\any\wix.exe" -- burn extract " $BinaryCache \${PinnedToolchain} .exe" - out " $BinaryCache \toolchains\"
463
- Invoke-Program - OutNull msiexec.exe / qn / a " $BinaryCache \toolchains\a0" TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
464
- Invoke-Program - OutNull msiexec.exe / qn / a " $BinaryCache \toolchains\a1" TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
465
- Invoke-Program - OutNull msiexec.exe / qn / a " $BinaryCache \toolchains\a2" TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
466
- Invoke-Program - OutNull msiexec.exe / qn / a " $BinaryCache \toolchains\a3" TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
463
+ Invoke-Program - OutNull msiexec.exe / lvx ! a0.log / qn / a " $BinaryCache \toolchains\a0" ALLUSERS = 1 TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
464
+ Invoke-Program - OutNull msiexec.exe / lvx ! a1.log / qn / a " $BinaryCache \toolchains\a1" ALLUSERS = 1 TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
465
+ Invoke-Program - OutNull msiexec.exe / lvx ! a2.log / qn / a " $BinaryCache \toolchains\a2" ALLUSERS = 1 TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
466
+ Invoke-Program - OutNull msiexec.exe / lvx ! a3.log / qn / a " $BinaryCache \toolchains\a3" ALLUSERS = 1 TARGETDIR= " $BinaryCache \toolchains\${PinnedToolchain} "
467
467
}
468
468
469
469
function TryAdd-KeyValue ([hashtable ]$Hashtable , [string ]$Key , [string ]$Value ) {
You can’t perform that action at this time.
0 commit comments