ci(azure-pipelines): use build container for Build jobs

This commit is contained in:
Sarah Vaupel 2025-02-06 18:46:32 +01:00
parent 11b17ab1e2
commit 517144c0cf

View File

@ -81,6 +81,14 @@ stages:
- job: Build_${{service.name}}
displayName: Compile ${{service.name}}
dependsOn: ${{service.dependsOn}}
container:
# TODO: do not use latest on update branches
image: $(buildImageUpstream)/${{service.name}}:latest
endpoint: devfra
env:
PROJECT_DIR: $(Build.Repository.LocalPath)
IN_CONTAINER: true
IN_CI: true
steps:
- template: .azure-pipelines/templates/steps/make.yaml
parameters: