File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ function Fetch-Dependencies {
447
447
Get-ChildItem " $BinaryCache \toolchains\WixAttachedContainer" - Filter " *.msi" | % {
448
448
$LogFile = [System.IO.Path ]::ChangeExtension($_.Name , " log" )
449
449
$TARGETDIR = if ($_.Name -eq " rtl.msi" ) { " $BinaryCache \toolchains\$PinnedToolchain \LocalApp\Programs\Swift\Runtimes\0.0.0\usr\bin" } else { " $BinaryCache \toolchains\$PinnedToolchain " }
450
- Invoke-Program - OutNull msiexec.exe / lvx! $LogFile / qn / a $BinaryCache \toolchains\WixAttachedContainer\$_ ALLUSERS= 0 TARGETDIR= $TARGETDIR
450
+ Invoke-Program - OutNull msiexec.exe / lvx! $BinaryCache \toolchains\ $ LogFile / qn / a $BinaryCache \toolchains\WixAttachedContainer\$_ ALLUSERS= 0 TARGETDIR= $TARGETDIR
451
451
}
452
452
453
453
if ($WinSDKVersion ) {
You can’t perform that action at this time.
0 commit comments