From 0a21090dca9582d38f5c85fb9be7c80bfa9c7381 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 18 Feb 2019 09:49:26 +0800 Subject: [PATCH] fix caching deps --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ea3d48d4..e978b8e8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'