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 {
736
736
Expand-Archive - Path $source - DestinationPath $destination - Force
737
737
}
738
738
739
-
740
739
function Extract-Toolchain {
741
740
param
742
741
(
@@ -766,7 +765,7 @@ function Fetch-Dependencies {
766
765
Get-ChildItem " $BinaryCache \toolchains\WixAttachedContainer" - Filter " *.msi" | ForEach-Object {
767
766
$LogFile = [System.IO.Path ]::ChangeExtension($_.Name , " log" )
768
767
$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
770
769
}
771
770
}
772
771
You can’t perform that action at this time.
0 commit comments