From f263653478eb33263d79215ce612f281ad6e179b Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 19 Nov 2020 15:59:47 +0000 Subject: [PATCH] Update VS image for AppVeyor (#5101) --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index de80dc97935..a69f9459c29 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: 1.0.{build} image: - - Visual Studio 2017 + - Visual Studio 2019 test: off environment: DOTNET_CLI_TELEMETRY_OPTOUT: true