From 5cba8f4e4a0914030ba77dd4cf814e71c409c35c Mon Sep 17 00:00:00 2001 From: "J. Ritchie Carroll" Date: Tue, 22 Nov 2022 16:42:31 -0600 Subject: [PATCH] Fixed appveyor settings --- appveyor.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 856df2482..33b174f44 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,9 +3,8 @@ branches: only: - master skip_tags: true -image: Visual Studio 2019 +image: Visual Studio 2022 configuration: Release -platform: Any CPU environment: SHFBROOT: C:\Program Files (x86)\EWSoftware\Sandcastle Help File Builder\ before_build: @@ -15,4 +14,4 @@ before_build: nuget restore src\Gemstone.PQDIF.sln build: parallel: true - verbosity: minimal \ No newline at end of file + verbosity: minimal