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

@@ -57,6 +57,7 @@ steps:
path: .build/node_modules_cache
cacheHitVar: NODE_MODULES_RESTORED
displayName: Restore Cache - Node Modules
continueOnError: true
- powershell: |
. build/azure-pipelines/win32/exec.ps1