From ed8f859c1ea11222ef7d7ce0e8f9f1aec3120c25 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 18:09:58 +0100 Subject: [PATCH] ci(azure-pipelines): fix template locations --- .azure-pipelines/templates/jobs/setup_dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/setup_dependencies.yaml b/.azure-pipelines/templates/jobs/setup_dependencies.yaml index 831d6bf1c..312af5be0 100644 --- a/.azure-pipelines/templates/jobs/setup_dependencies.yaml +++ b/.azure-pipelines/templates/jobs/setup_dependencies.yaml @@ -62,7 +62,7 @@ jobs: targetPath: '$(Build.Repository.LocalPath)' # Compile dependencies - - template: .azure-pipelines/templates/steps/make.yaml + - template: ./../steps/make.yaml parameters: makeJob: dependencies makeService: ${{parameters.serviceName}}