From 4225e43118633e736d9326898944efdc8efe71bb Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Fri, 31 Jan 2020 23:05:34 +0300 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines Added master-only trigger --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dcdeef5..e793eef 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,9 @@ # Add steps that test, sign, and distribute an app, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin +trigger: +- master + pool: vmImage: 'windows-latest'