ci(azure-pipelines): restore dependency caches for build
This commit is contained in:
parent
248c8ca42e
commit
640956df20
@ -96,6 +96,12 @@ stages:
|
|||||||
IN_CONTAINER: true
|
IN_CONTAINER: true
|
||||||
IN_CI: true
|
IN_CI: true
|
||||||
steps:
|
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
|
- template: .azure-pipelines/templates/steps/make.yaml
|
||||||
parameters:
|
parameters:
|
||||||
makeJob: compile
|
makeJob: compile
|
||||||
|
|||||||
Reference in New Issue
Block a user