Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Hash And Cache
Hash And Cache

Hash And Cache

Dylan Smith

|
113 installs
| (1) | Free
Allows you to wrap caching behavior around an arbitrary command by hashing the input files and caching the outputs.
Get it free

Hash and Cache

This Azure DevOps extension (and/or NPM package) allows you to wrap caching behavior around a command-line command. Most common scenario is for npm install. This task will hash the contents of your package.lock file, and if it is unchanged from previous runs download a cached copy of the node_modules folder from an Azure Storage account - and skip running npm install.

If package.lock is changed, it will not find a valid cache and will run npm install as normal (and optionally create a new cache entry and upload to Azure Storage).

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft