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