From 817287ce04dd085b3acc0dcaf71b2a23e18df929 Mon Sep 17 00:00:00 2001 From: James Flynn Date: Tue, 2 Mar 2021 15:50:10 +0000 Subject: [PATCH] Added: echo of variable for debugging --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ab3084d9a..6fe67136f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,9 +25,7 @@ jobs: - job: BuildTestDeploy displayName: Build Test and Deploy spring-petclinic Java Web App steps: - - task: PowerShell@1 - inputs: - inlineScript: echo $(SonarExtraProperties) + - script: echo $(SonarExtraProperties) # Azure DevOps extension for configuring SonarCloud properties # see: https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud