From b346449f52b5deaad866dbb896c46933e431fdd7 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 23 Jun 2019 18:50:42 -0700 Subject: Fix echo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5352aa9..653231a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -48,7 +48,7 @@ jobs: printf '%s\n' "##vso[task.setvariable variable=PREV_COMMIT;isOutput=true]${prev_commit}" displayName: 'Get Previous Successful Build' - - script: echo $(PREV_BUILD) + - script: echo '$(PREV_BUILD)' - task: ShellScript@2 inputs: -- cgit v1.2.3