diff --git a/appveyor.yml b/appveyor.yml index be1727e7d7..f59c0b162d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ clone_depth: 1 version: '{branch}-{build}' -image: Previous Visual Studio 2017 +image: Visual Studio 2019 Preview test: off build_script: - cmd: PowerShell -Version 2.0 .\build.ps1 diff --git a/appveyor_deploy.yml b/appveyor_deploy.yml index d36298175b..13635b943c 100644 --- a/appveyor_deploy.yml +++ b/appveyor_deploy.yml @@ -1,6 +1,6 @@ clone_depth: 1 version: '{build}' -image: Previous Visual Studio 2017 +image: Visual Studio 2019 Preview test: off skip_non_tags: true build_script: