This commit is contained in:
Pietro Gagliardi 2019-04-07 00:22:19 -04:00
parent 1500c750b6
commit 40100a17d1
1 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@ parameters:
steps: steps:
- powershell: | - powershell: |
$chocopath = where.exe choco.exe | Get-Item $chocopath = where.exe choco.exe | Get-Item
$chocopath = Join-Path $chocopath.Directory "install" ${{ parameters.which }} "bin" $chocopath = Join-Path $chocopath.Directory "install" "${{ parameters.which }}" "bin"
echo "##vso[task.prependpath]$chocopath" echo "##vso[task.prependpath]$chocopath"
displayName: 'Set up MinGW-w64' displayName: 'Set Up MinGW-w64'