fix caching deps

This commit is contained in:
Pig Fang 2019-02-18 09:49:26 +08:00
parent f28b8236fb
commit 0a21090dca

View File

@ -30,6 +30,7 @@ jobs:
inputs:
artifactName: php-vendor-$(phpVersion)
targetPath: vendor
pipelineId: $($(Build.BuildId) - 1)
- script: composer install --no-interaction --prefer-dist
displayName: 'composer install'