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 @@ -649,7 +649,7 @@ function Fetch-Dependencies {
649649 Write-Output " Extracting $PinnedToolchain ..."
650650 New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains | Out-Null
651651 # The new runtime MSI is built to expand files into the immediate directory. So, setup the installation location.
652- New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains\$PinnedToolchain \LocalApp\Programs\Swift\Runtimes\5.10 . 1 \usr\bin | Out-Null
652+ New-Item - ItemType Directory - ErrorAction Ignore $BinaryCache \toolchains\$PinnedToolchain \LocalApp\Programs\Swift\Runtimes\0.0 . 0 \usr\bin | Out-Null
653653 Invoke-Program $BinaryCache \WiX- $WiXVersion \tools\net6.0 \any\wix.exe -- burn extract $BinaryCache \$PinnedToolchain.exe - out $BinaryCache \toolchains\ - outba $BinaryCache \toolchains\
654654 Get-ChildItem " $BinaryCache \toolchains\WixAttachedContainer" - Filter " *.msi" | % {
655655 $LogFile = [System.IO.Path ]::ChangeExtension($_.Name , " log" )
You can’t perform that action at this time.
0 commit comments