diff options
-rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63a63431..1cdf1c3a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,9 +4,7 @@ # https://docs.microsoft.com/azure/devops/pipelines/languages/dotnet-core trigger: - branches: - include: - - master +- master pool: vmImage: 'Ubuntu-16.04' |