diff options
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98e17e5..c901d92 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($(check.BASE_PULL), 'true')) displayName: 'Use Output Variable in Condition' - job: build |