ci(azure-pipelines): fix template path

This commit is contained in:
Sarah Vaupel 2025-01-21 18:37:41 +01:00
parent dfb97df72b
commit efa14e0301

View File

@ -87,7 +87,7 @@ jobs:
steps:
- checkout: self
- ${{ each buildStep in parameters.buildSteps }}:
- template: .azure-pipelines/templates/service/build-step.yaml
- template: ./service/build-step.yaml
parameters:
service: ${{ parameters.service.name }}
buildStep: ${{ buildStep }}