Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Mykola 2020-01-19 21:26:53 -08:00
parent aaf94aec02
commit b00ad76f97

View File

@ -22,6 +22,7 @@ steps:
path: $(npm_config_cache) path: $(npm_config_cache)
cacheHitVar: NPM_CACHE_RESTORED cacheHitVar: NPM_CACHE_RESTORED
continueOnError: true continueOnError: true
enabled: false
displayName: Cache npm displayName: Cache npm
- task: Npm@1 - task: Npm@1