File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,6 @@ function Fetch-Dependencies {
736736 Expand-Archive - Path $source - DestinationPath $destination - Force
737737 }
738738
739-
740739 function Extract-Toolchain {
741740 param
742741 (
@@ -766,7 +765,7 @@ function Fetch-Dependencies {
766765 Get-ChildItem " $BinaryCache \toolchains\WixAttachedContainer" - Filter " *.msi" | ForEach-Object {
767766 $LogFile = [System.IO.Path ]::ChangeExtension($_.Name , " log" )
768767 $TARGETDIR = if ($_.Name -eq " rtl.msi" ) { " $BinaryCache \toolchains\$ToolchainName \LocalApp\Programs\Swift\Runtimes\$ ( Get-PinnedToolchainVersion ) \usr\bin" } else { " $BinaryCache \toolchains\$ToolchainName " }
769- Invoke-Program - OutNull msiexec.exe / lvx! $BinaryCache \toolchains\$LogFile / qn / a $BinaryCache \toolchains\WixAttachedContainer\$ ($_.Name ) ALLUSERS= 0 TARGETDIR= $TARGETDIR
768+ Invoke-Program - OutNull msiexec.exe / lvx! $BinaryCache \toolchains\$LogFile / qn / a $BinaryCache \toolchains\WixAttachedContainer\$ ($_.Name ) ALLUSERS= 0 TARGETDIR= $TARGETDIR
770769 }
771770 }
772771
You can’t perform that action at this time.
0 commit comments