From b515ce24532e55c7c1b83116c980e42e260e8691 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Wed, 19 Aug 2020 17:28:56 +0200 Subject: [PATCH] Build with Visual Studio 2019 --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 20c781d..b4295ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,5 @@ +image: Visual Studio 2019 + build_script: - cmd: dotnet build -c Release --version-suffix r%APPVEYOR_BUILD_NUMBER% - cmd: dotnet test plist-cil.test\plist-cil.test.csproj