From 53e020267711eb856c9516bb7ed7a9849b175676 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sun, 19 May 2019 10:33:05 -0400 Subject: [PATCH] meta: CI should build tag commits as well --- azure-pipelines.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a2ee8465..3a57100e1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,11 @@ variables: buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ] buildNumber: $[ variables['Build.BuildNumber'] ] +trigger: + tags: + include: '*' + branches: + include: '*' jobs: - job: Linux