allow build to continue when cache task fails (#17720)

* cache task should not fail the build

* update cachesalt
This commit is contained in:
Alan Ren
2021-11-19 15:02:58 -08:00
committed by GitHub
parent 24b22f63d7
commit ae5026b432
5 changed files with 5 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ steps:
key: 'nodeModules | $(Agent.OS) | .build/yarnlockhash'
path: .build/node_modules_cache
cacheHitVar: NODE_MODULES_RESTORED
continueOnError: true
- script: |
set -e