From 2b7412d27e818377a20fc44d9bfe0edfaee8860e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 27 Jan 2025 02:22:46 +0100 Subject: [PATCH] ci(azure-pipelines): add debug print before dependency build --- .azure-pipelines/templates/service.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index d764be972..359190454 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -117,6 +117,8 @@ stages: patterns: '**/*' path: '$(Build.Repository.LocalPath)' - ${{ each buildStep in parameters.buildSteps }}: + - script: | + find . - template: ./service/build-step.yaml parameters: service: ${{ parameters.serviceName }}