diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e1fe872..266aa9b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'