From ff02db8a765bf6f9524d60c2eb93606b53efa324 Mon Sep 17 00:00:00 2001 From: Itishree143 <69534701+Itishree143@users.noreply.github.com> Date: Thu, 9 May 2024 14:25:46 +0530 Subject: [PATCH 1/2] Update azure-pipelines-2.yml for Azure Pipelines --- azure-pipelines-2.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/azure-pipelines-2.yml b/azure-pipelines-2.yml index 9ec2cffd1..9cf8a924b 100644 --- a/azure-pipelines-2.yml +++ b/azure-pipelines-2.yml @@ -32,12 +32,5 @@ steps: scriptSource: 'inline' script: | print('Hello world 1') -- script: | - echo "Variable1: $(Variable1)" - echo "Variable2: $(Variable2)" - echo "SecretVariable: ***********" - - # Unmask the secret variable - echo "SecretVariable: $SECRET_VARIABLE" - displayName: 'Print Runtime Variables' + From a890a99a84e4b96aea83952a13e18570f2124be8 Mon Sep 17 00:00:00 2001 From: Itishree143 <69534701+Itishree143@users.noreply.github.com> Date: Thu, 9 May 2024 14:33:58 +0530 Subject: [PATCH 2/2] Update azure-pipelines-2.yml for Azure Pipelines --- azure-pipelines-2.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines-2.yml b/azure-pipelines-2.yml index 9cf8a924b..ecb77243c 100644 --- a/azure-pipelines-2.yml +++ b/azure-pipelines-2.yml @@ -32,5 +32,7 @@ steps: scriptSource: 'inline' script: | print('Hello world 1') + +