mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
allow build to continue when cache task fails (#17720)
* cache task should not fail the build * update cachesalt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user