From ec195ac9f200deded67edb51dd1a83a56d7a9d90 Mon Sep 17 00:00:00 2001 From: "Krom, Robertus" Date: Tue, 3 Mar 2020 12:58:04 +0100 Subject: [PATCH] Make sure the build pipeline doesn't build the "old" releases to keep them separated. [skip ci] --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 684b14dab..5dd6ca33a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,15 @@ # Add steps that publish symbols, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/apps/windows/dot-net + +trigger: + batch: true + branches: + include: + - 'develop' + exclude: + - 'release/1*' + pool: vmImage: 'Windows-2019'