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 30
30
condition : ne(variables.GCC_CACHE_RESTORED, 'true')
31
31
inputs :
32
32
archiveFilePatterns : ' $(Agent.TempDirectory)\arm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi.zip'
33
- destinationFolder : " $(Agent.TempDirectory)"
33
+ destinationFolder : " $(Agent.TempDirectory)\a rm-gnu-toolchain-${{ parameters.gccArmVersion }}-mingw-w64-i686-arm-none-eabi "
34
34
cleanDestinationFolder : false
35
35
36
36
- 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) {
70
70
71
71
" Installing ARM GNU GCC toolchain..." | Write-Host - ForegroundColor White - NoNewline
72
72
73
- # unzip toolchain
74
- Expand-Archive $output - DestinationPath $toolPath > $null
75
-
76
73
# update tool path to include versioned toolchain folder
77
74
$toolPath = $toolPath + " \arm-gnu-toolchain-" + $Version + " -mingw-w64-i686-arm-none-eabi"
78
75
76
+ # unzip toolchain
77
+ Expand-Archive $output - DestinationPath $toolPath > $null
78
+
79
79
" OK" | Write-Host - ForegroundColor Green
80
80
}
81
81
}
You can’t perform that action at this time.
0 commit comments