From 0ac7384d887b1766ee4f13783bfd6077fdaad947 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Mon, 30 Nov 2020 20:11:09 +0000 Subject: [PATCH] Update build pipeline to use VS2019 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 98ec1d3..1b76646 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ resources: endpoint: nanoframework pool: - vmImage: 'VS2017-Win2016' + vmImage: 'windows-2019' variables: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true