ci: deploy on tags

This commit is contained in:
Christopher Felegy
2019-05-19 10:42:19 -04:00
parent 8118c11efe
commit 89da65af96

View File

@@ -31,7 +31,10 @@ jobs:
condition: |
and (
succeeded(),
eq(variables['Build.SourceBranch'], 'refs/heads/dev')
or (
eq(variables['Build.SourceBranch'], 'refs/heads/dev'),
eq(buildTag, True)
)
)
steps:
- template: azure/build.yml