From 7a9f446272897dd3f84ef2faefcdfa68efbfd024 Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Wed, 30 Oct 2019 12:32:35 +0800 Subject: [PATCH] Added Tag into build trigger --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d8ca2488..f3684b2c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,6 +4,7 @@ trigger: include: - master - dev* + - refs/tags/* pr: - master