mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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:
@@ -1 +1 @@
|
|||||||
2021-08-23T03:52:18.011Z
|
2021-11-19T02:27:18.022Z
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ steps:
|
|||||||
key: 'nodeModules | $(Agent.OS) | .build/yarnlockhash'
|
key: 'nodeModules | $(Agent.OS) | .build/yarnlockhash'
|
||||||
path: .build/node_modules_cache
|
path: .build/node_modules_cache
|
||||||
cacheHitVar: NODE_MODULES_RESTORED
|
cacheHitVar: NODE_MODULES_RESTORED
|
||||||
|
continueOnError: true
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ steps:
|
|||||||
key: 'nodeModules | $(Agent.OS) | .build/yarnlockhash'
|
key: 'nodeModules | $(Agent.OS) | .build/yarnlockhash'
|
||||||
path: .build/node_modules_cache
|
path: .build/node_modules_cache
|
||||||
cacheHitVar: NODE_MODULES_RESTORED
|
cacheHitVar: NODE_MODULES_RESTORED
|
||||||
|
continueOnError: true
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ steps:
|
|||||||
path: .build/node_modules_cache
|
path: .build/node_modules_cache
|
||||||
cacheHitVar: NODE_MODULES_RESTORED
|
cacheHitVar: NODE_MODULES_RESTORED
|
||||||
displayName: Restore Cache - Node Modules
|
displayName: Restore Cache - Node Modules
|
||||||
|
continueOnError: true
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
@@ -57,6 +57,7 @@ steps:
|
|||||||
path: .build/node_modules_cache
|
path: .build/node_modules_cache
|
||||||
cacheHitVar: NODE_MODULES_RESTORED
|
cacheHitVar: NODE_MODULES_RESTORED
|
||||||
displayName: Restore Cache - Node Modules
|
displayName: Restore Cache - Node Modules
|
||||||
|
continueOnError: true
|
||||||
|
|
||||||
- powershell: |
|
- powershell: |
|
||||||
. build/azure-pipelines/win32/exec.ps1
|
. build/azure-pipelines/win32/exec.ps1
|
||||||
|
|||||||
Reference in New Issue
Block a user