diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 388f3c014..f1f09ec60 100755 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -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: