From 073ffb84834412d9c15587df76a01df857553524 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 23 Jan 2025 16:42:13 +0100 Subject: [PATCH] ci(azure-pipelines): add debug prints --- .azure-pipelines/templates/service.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index a972fb5ad..f933d7485 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -36,12 +36,16 @@ jobs: endpoint: devfra steps: - checkout: self - - script: echo SERVICE POOL = ${{parameters.servicePool}} - task: Docker@2 displayName: Login to container registry inputs: command: login containerRegistry: devFra + - script: | + ls -a . + pwd + find . + find /fradrive - task: Bash@3 displayName: Build ${{parameters.serviceName}} image inputs: