Revert attempts

This commit is contained in:
2024-06-25 21:36:13 -04:00
parent 8f70003bef
commit 7ee84f079b

View File

@@ -1,13 +1,11 @@
version: 1.1.0.{build} version: 1.1.0.{build}
environment:
DOTNET_CLI_DO_NOT_USE_MSBUILD_SERVER: 1
branches: branches:
only: only:
- main - main
pull_requests: pull_requests:
do_not_increment_build_number: true do_not_increment_build_number: true
skip_tags: true skip_tags: true
image: Previous Visual Studio 2022 image: Visual Studio 2022
configuration: Release configuration: Release
platform: x86 platform: x86
assembly_info: assembly_info:
@@ -17,7 +15,7 @@ assembly_info:
assembly_file_version: '{version}' assembly_file_version: '{version}'
build: build:
project: FeedCenter.sln project: FeedCenter.sln
verbosity: normal verbosity: minimal
artifacts: artifacts:
- path: Bootstrapper\bin\Release\FeedCenterSetup.exe - path: Bootstrapper\bin\Release\FeedCenterSetup.exe
name: Release name: Release