Skip to content

Commit

Permalink
ORI-628 - switched back to composer install instead of update
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Rowsell committed Feb 16, 2021
1 parent edcd498 commit 5e9299b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
php -version
displayName: 'Use PHP version $(phpVersion)'

- script: composer update --no-interaction --prefer-dist
- script: composer install --no-interaction --prefer-dist
displayName: 'composer update'
- script: vendor/bin/phing -verbose package
displayName: 'phing package'
Expand Down

0 comments on commit 5e9299b

Please sign in to comment.