From 4a03ee906433b9ba19e1b589dd505f4496b8e6c5 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 3 Mar 2020 13:00:58 +0100 Subject: [PATCH] Fixing azure-pipelines.yml (again, probably more to follow) --- azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 46948f2e8..ab65f3233 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,9 @@ trigger: batch: true branches: include: - - 'release/1.3' + - 'release/1.*' + exclude: + - 'develop' stages: - stage: Build @@ -56,7 +58,7 @@ stages: - stage: Deploy jobs: - - deployment: Deploy to GitHub Releases + - deployment: GitHub_Release pool: vmImage: 'Windows-latest'