From efa14e0301295670e7e2e8e579e76cc7df84eea5 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 18:37:41 +0100 Subject: [PATCH] ci(azure-pipelines): fix template path --- .azure-pipelines/templates/service.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index ad156420a..f79ab941c 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -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 }}