allow fails when download cached deps

This commit is contained in:
Pig Fang 2019-02-17 22:49:02 +08:00
parent 674ff77fc4
commit 0ba95365cf

View File

@ -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