From 4498eb059acfac2c18f3284c1509d0b0d0a4436c Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 8 Nov 2019 22:32:16 -0500 Subject: [PATCH] Told azure pipelines to build on all tags --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c71f110f..f72eb39c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,9 +3,9 @@ trigger: branches: include: - andover -# tags: -# include: -# - v* + tags: + include: + - * # Setup build strategy (listing the various VMs and configurations we'll use) strategy: matrix: