meta: CI should build tag commits as well
This commit is contained in:
@@ -3,6 +3,11 @@ variables:
|
||||
buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ]
|
||||
buildNumber: $[ variables['Build.BuildNumber'] ]
|
||||
|
||||
trigger:
|
||||
tags:
|
||||
include: '*'
|
||||
branches:
|
||||
include: '*'
|
||||
|
||||
jobs:
|
||||
- job: Linux
|
||||
|
||||
Reference in New Issue
Block a user