From c9e2c034f82120963aed542c6ebaab08628ac3c8 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sun, 19 May 2019 10:43:37 -0400 Subject: [PATCH] ci: use buildTag variable --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: