From b00ad76f970887b0ac6a31f287126dd5637ce17c Mon Sep 17 00:00:00 2001 From: Mykola <3277207+kolya182@users.noreply.github.com> Date: Sun, 19 Jan 2020 21:26:53 -0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 029de9382..0342690ab 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ steps: path: $(npm_config_cache) cacheHitVar: NPM_CACHE_RESTORED continueOnError: true + enabled: false displayName: Cache npm - task: Npm@1