From 0a97a394cf06dc639cf56b4df5fa1d5f20da1d49 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sat, 29 Jun 2019 20:51:18 -0700 Subject: Try again to fix the condition --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c901d92..f8550d8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ jobs: displayName: 'Echo Output Variable in Same Job' - script: echo foo - condition: and(succeeded(), eq($(check.BASE_PULL), 'true')) + condition: and(succeeded(), eq(variables['check.BASE_PULL'], 'true')) displayName: 'Use Output Variable in Condition' - job: build -- cgit v1.2.3