From 4d2412554396fc2b8b524d44039ff1ad13159281 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 14 Jun 2021 18:05:33 +0900 Subject: [PATCH] Use AppVeyor VS2019 image --- appveyor.yml | 2 +- appveyor_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index fcec48c..9fb2074 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ clone_depth: 1 version: '{build}' -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: Release platform: Any CPU before_build: diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml index 87b6bbc..fe443c3 100644 --- a/appveyor_deploy.yml +++ b/appveyor_deploy.yml @@ -1,7 +1,7 @@ clone_depth: 1 version: '{build}' skip_non_tags: true -image: Visual Studio 2017 +image: Visual Studio 2019 configuration: Release platform: Any CPU before_build: