fix continuous build

This commit is contained in:
Joao Moreno
2019-06-26 16:19:42 +02:00
parent 2af25a68b7
commit d9c8d85aa2
3 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ steps:
- script: |
yarn --frozen-lockfile
displayName: Install Dependencies
condition: ne(variables['CacheRestored'], 'true')
condition: and(succeeded(), ne(variables['CacheRestored'], 'true'))
- task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1
inputs:
keyfile: '**/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock'