ci(azure-pipelines): restore dependency caches for build

This commit is contained in:
Sarah Vaupel 2025-02-07 21:37:15 +01:00
parent 248c8ca42e
commit 640956df20

View File

@ -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