From 2519332ce6a5f0f4af94ff58b2c0e18303b29d6d Mon Sep 17 00:00:00 2001 From: Salman Ahmed Date: Wed, 8 Mar 2023 11:59:00 +0300 Subject: [PATCH] Bump AppVeyor image --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c71efab..3c9ea54 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,4 +1,4 @@ -image: Visual Studio 2017 +image: Visual Studio 2022 build_script: - cmd: dotnet restore - cmd: dotnet pack SDL2-CS.csproj -c:Release --include-symbols /p:Version=%APPVEYOR_BUILD_VERSION%