From 305006e1cd0a9ea046305b48a874020c4975c94b Mon Sep 17 00:00:00 2001 From: Oren Novotny Date: Wed, 4 Sep 2019 16:28:55 -0400 Subject: [PATCH] Use 2019 agent vm --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 027c056bd..264927a3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,7 +7,7 @@ pr: - rel/* pool: - vmImage: vs2017-win2016 + vmImage: windows-2019 variables: BuildConfiguration: Release