Browse Source

meta: CI should build tag commits as well

tags/2.1.0
Christopher Felegy 6 years ago
parent
commit
53e0202677
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      azure-pipelines.yml

+ 5
- 0
azure-pipelines.yml 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


Loading…
Cancel
Save