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'