diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 403144582..3100fcf96 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -96,6 +96,12 @@ stages: IN_CONTAINER: true IN_CI: true steps: + - ${{ each dependencyCache in service.dependenciesCaches }}: + - template: .azure-pipelines/templates/steps/cache.yaml + parameters: + cacheIdent: '${{service.name}}-dependencies' + cacheKeys: '${{dependencyCache.key}}' + cachePath: '${{dependencyCache.path}}' - template: .azure-pipelines/templates/steps/make.yaml parameters: makeJob: compile