From cbb1a1d57f39841fa436447f164b4b7b028f468c Mon Sep 17 00:00:00 2001 From: Morten Nielsen <1378165+dotMorten@users.noreply.github.com> Date: Wed, 21 Aug 2019 11:15:25 -0700 Subject: [PATCH] Fix VM Name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6f80ed..cec482c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ trigger: - master pool: - vmImage: 'VS2019-Win2019' + vmImage: 'windows-2019' variables: solution: '**/*.sln'