meta: CI should build tag commits as well

This commit is contained in:
Christopher Felegy
2019-05-19 10:33:05 -04:00
parent 63381f1204
commit 53e0202677

View File

@@ -3,6 +3,11 @@ variables:
buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ]
buildNumber: $[ variables['Build.BuildNumber'] ]
trigger:
tags:
include: '*'
branches:
include: '*'
jobs:
- job: Linux