From 775ec4c9485e8b10bbfe24dbba08c66a32a3bc61 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 23:56:12 +0100 Subject: [PATCH] ci(azure-pipelines): rename build steps for azure naming scheme --- .azure-pipelines/templates/service/build-step.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service/build-step.yaml b/.azure-pipelines/templates/service/build-step.yaml index 6b9fa8ad8..c76918569 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.buildStep}}-${{parameters.service}} + name: ${{parameters.buildStep}}_${{parameters.service}} env: HTTPS_PROXY: http://proxy.frankfurt-airport.de:8080 HTTP_PROXY: http://proxy.frankfurt-airport.de:8080