ci(azure-pipelines): rename build steps for azure naming scheme

This commit is contained in:
Sarah Vaupel 2025-01-21 23:56:12 +01:00
parent 0c808ca393
commit 775ec4c948

View File

@ -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