diff --git a/appveyor.yml b/appveyor.yml index 25e1aea9e67..b40b3176f3e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,6 +7,7 @@ skip_tags: true skip_branch_with_pr: true image: +- Visual Studio 2019 - Visual Studio 2022 configuration: @@ -17,7 +18,6 @@ configuration: platform: - x64 -- x86 branches: except: @@ -28,10 +28,6 @@ cache: for: - - matrix: - only: - - image: Visual Studio 2022 - before_build: - git submodule update --init --recursive - nuget restore src\engine.sln