diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ebf4e94a..42bb175ec 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,7 +33,7 @@ jobs: succeeded(), or ( eq(variables['Build.SourceBranch'], 'refs/heads/dev'), - eq(buildTag, True) + eq(variables['buildTag'], True) ) ) steps: