From 66982f277ff08237f040517f542204085c506984 Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Wed, 21 Aug 2019 11:12:38 -0700 Subject: [PATCH] Update VM for Azure pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index adbad00..f6f80ed 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'VS2017-Win2016' + vmImage: 'VS2019-Win2019' variables: solution: '**/*.sln'