diff options
-rw-r--r-- | azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4bbf12af..63a63431 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,6 +3,11 @@ # Add steps that run tests, create a NuGet package, deploy, and more: # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core +trigger: + branches: + include: + - master + pool: vmImage: 'Ubuntu-16.04' |