From 7ee84f079b95e39df307f1c07041314c7abc0e2e Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Tue, 25 Jun 2024 21:36:13 -0400 Subject: [PATCH] Revert attempts --- appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index ef6bfda..afecbbc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,13 +1,11 @@ version: 1.1.0.{build} -environment: - DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: 1 branches: only: - main pull_requests: do_not_increment_build_number: true skip_tags: true -image: Previous Visual Studio 2022 +image: Visual Studio 2022 configuration: Release platform: x86 assembly_info: @@ -17,7 +15,7 @@ assembly_info: assembly_file_version: '{version}' build: project: FeedCenter.sln - verbosity: normal + verbosity: minimal artifacts: - path: Bootstrapper\bin\Release\FeedCenterSetup.exe name: Release