From b2a6a1f1b918111ea636f437098f96a5e921cb6f Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Tue, 28 Sep 2021 20:09:51 +1000 Subject: [PATCH] pipeline --- azure-pipelines.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1155fc9..df07731 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,11 @@ trigger: - - v2/dev - - v2/release/* + batch: true + branches: + include: + - v2/dev + tags: + include: + - refs/tags/v* pool: vmImage: 'windows-latest'