ci: use buildTag variable

This commit is contained in:
Christopher Felegy
2019-05-19 10:43:37 -04:00
parent 89da65af96
commit c9e2c034f8

View File

@@ -33,7 +33,7 @@ jobs:
succeeded(),
or (
eq(variables['Build.SourceBranch'], 'refs/heads/dev'),
eq(buildTag, True)
eq(variables['buildTag'], True)
)
)
steps: