From 48247fa84f6120df2338855e437f05312053c62c Mon Sep 17 00:00:00 2001 From: Stefan Kert Date: Thu, 21 Mar 2019 06:51:03 +0100 Subject: [PATCH] No need to build develop --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e6ca0297..e936a913 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -2,13 +2,11 @@ trigger: branches: include: - master - - develop pr: branches: include: - master - - develop pool: vmImage: 'VS2017-Win2016' @@ -67,4 +65,4 @@ steps: inputs: PathtoPublish: $(Build.ArtifactStagingDirectory)/artifacts ArtifactName: artifacts - publishLocation: Container + publishLocation: Container \ No newline at end of file