From 56d7fec46639974e7617a9a9fb18b6279615022e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 23 Jan 2025 10:51:29 +0100 Subject: [PATCH] ci(azure-pipelines): add debug print for pool --- .azure-pipelines/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index fae755a5c..e8a0d922e 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -35,6 +35,7 @@ jobs: endpoint: devfra steps: - checkout: self + - script: echo SERVICE POOL = ${{parameters.servicePool}} - task: Docker@2 displayName: Login to container registry inputs: