From 0cfdab321bbb238aea53f95b86fa8c9318800e5e Mon Sep 17 00:00:00 2001 From: "o.hauff" Date: Thu, 15 Jul 2021 16:52:00 +0000 Subject: [PATCH] Master branch triggers pipeline. --- Xamarin.iOS.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Xamarin.iOS.yml b/Xamarin.iOS.yml index f1f903b..dd0fb2f 100644 --- a/Xamarin.iOS.yml +++ b/Xamarin.iOS.yml @@ -3,7 +3,8 @@ # Add steps that install certificates, test, sign, and distribute an app, save build artifacts, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/xamarin -trigger: none +trigger: +- master pool: vmImage: 'macos-latest'