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