From 0ba95365cfa53aa390ede0abce94fec172363670 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 17 Feb 2019 22:49:02 +0800 Subject: [PATCH] allow fails when download cached deps --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3da5a22c..9e9104fd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -27,6 +27,7 @@ jobs: displayName: 'Use PHP version $(phpVersion)' - task: DownloadPipelineArtifact@0 + continueOnError: true inputs: artifactName: php vendor targetPath: vendor @@ -61,6 +62,7 @@ jobs: vmImage: 'Ubuntu-16.04' steps: - task: DownloadPipelineArtifact@0 + continueOnError: true inputs: artifactName: node_modules targetPath: node_modules