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 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 |