From cb2631ce02ed5fc4c2556b751099ccb437aa047f Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 24 Nov 2020 15:07:42 +0100 Subject: [PATCH] Removing hard-coded trigger --- build/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 135cfa9b12..d6afa3bb98 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -5,10 +5,6 @@ ## https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core ## ############################################################################# -# Build Pipeline triggers -trigger: -- master - # Variables & their default values variables: buildConfiguration: 'Release'