Skip to content

Commit

Permalink
Update bash to reflect parameter name changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed Aug 24, 2021
1 parent 12d5e32 commit 1e26059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/templates/package-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:
cp $MINGWLIB\libquadmath-0.dll bin/
cp $MINGWLIB\libwinpthread-1.dll bin/
cp $MINGWLIB\libgcc_s_seh-1.dll bin/
condition: eq('${{ parameters.useMinGW }}', true)
condition: eq('${{ parameters.packageMinGWLibs }}', true)
displayName: 'Package MinGW Libs'
- bash: |
set -ex
Expand Down

0 comments on commit 1e26059

Please sign in to comment.