diff --git a/.azure-pipelines/templates/service/build-step.yaml b/.azure-pipelines/templates/service/build-step.yaml index 29584c2d9..6b9fa8ad8 100644 --- a/.azure-pipelines/templates/service/build-step.yaml +++ b/.azure-pipelines/templates/service/build-step.yaml @@ -8,7 +8,7 @@ parameters: steps: - task: Bash@3 - name: ${{parameters.service}}_${{parameters.buildStep}} + name: ${{parameters.buildStep}}-${{parameters.service}} env: HTTPS_PROXY: http://proxy.frankfurt-airport.de:8080 HTTP_PROXY: http://proxy.frankfurt-airport.de:8080