From 8be11f7bb42d205d67d5b163ead3466a2cb8cc5d Mon Sep 17 00:00:00 2001 From: Daniel Larsen Date: Fri, 22 Mar 2019 22:40:27 +1300 Subject: [PATCH] ubuntu-16.04 build agent --- build/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines.yaml b/build/azure-pipelines.yaml index 70d827e..886dd9a 100644 --- a/build/azure-pipelines.yaml +++ b/build/azure-pipelines.yaml @@ -12,7 +12,7 @@ trigger: - src/SpotifyApi.NetCore.Tests/* pool: - vmImage: 'vs2017-win2016' + vmImage: 'ubuntu-16.04' variables: buildConfiguration: 'Release'