diff --git a/.azure/steps.yml b/.azure/steps.yml index 6be70aa329ae090b12e56ca58006f1a1b955d629..37d76198e1604b425fcf804e291c0c5d9e5e914b 100644 --- a/.azure/steps.yml +++ b/.azure/steps.yml @@ -30,6 +30,7 @@ steps: key: yarn_cache | $(Agent.OS) | $(Build.SourcesDirectory)/yarn.lock path: $(YARN_CACHE_FOLDER) displayName: Cache Yarn packages + continueOnError: true # does not work on linux or mac :-( - task: CacheBeta@0 @@ -38,6 +39,7 @@ steps: path: $(Build.SourcesDirectory)/node_modules displayName: Cache node_modules condition: eq(variables['Agent.OS'], 'Windows_NT') + continueOnError: true - bash: | yarn install --frozen-lockfile --link-duplicates