File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
azure-pipelines-templates Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3030 condition : ne(variables.GCC_CACHE_RESTORED, 'true')
3131 inputs :
3232 archiveFilePatterns : ' $(Agent.TempDirectory)\arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi.zip'
33- destinationFolder : " $(Agent.TempDirectory)"
33+ destinationFolder : " $(Agent.TempDirectory)\\ arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi "
3434 cleanDestinationFolder : false
3535
3636 - script : echo "##vso[task.prependpath]$(Agent.TempDirectory)\arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi\bin"
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ If ($gnuGccPathExists -eq $False -or $force) {
7070
7171 " Installing ARM GNU GCC toolchain..." | Write-Host - ForegroundColor White - NoNewline
7272
73- # unzip toolchain
74- Expand-Archive $output - DestinationPath $toolPath > $null
75-
7673 # update tool path to include versioned toolchain folder
7774 $toolPath = $toolPath + " \arm-gnu-toolchain-" + $Version + " -mingw-w64-i686-arm-none-eabi"
7875
76+ # unzip toolchain
77+ Expand-Archive $output - DestinationPath $toolPath > $null
78+
7979 " OK" | Write-Host - ForegroundColor Green
8080 }
8181}
You can’t perform that action at this time.
0 commit comments