From 2d01d87a0db3a8d5d58beea2a88c4f96784a75a1 Mon Sep 17 00:00:00 2001 From: Gauthier Segay Date: Fri, 13 Mar 2026 11:53:23 +0100 Subject: [PATCH] use appveyor vs2026 image. --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 65746471..9a808201 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,7 @@ init: - git config --global core.autocrlf input - net start MSSQL$SQL2019 -image: Visual Studio 2022 +image: Visual Studio 2026 build_script: - cmd: build.cmd --target GenerateDocs test: off