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') ]
|
buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ]
|
||||||
buildNumber: $[ variables['Build.BuildNumber'] ]
|
buildNumber: $[ variables['Build.BuildNumber'] ]
|
||||||
|
|
||||||
|
trigger:
|
||||||
|
tags:
|
||||||
|
include: '*'
|
||||||
|
branches:
|
||||||
|
include: '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- job: Linux
|
- job: Linux
|
||||||
|
|||||||
Reference in New Issue
Block a user