Skip to content

Commit

Permalink
Latest and greatest appveyor settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
aschearer committed Oct 28, 2022
1 parent 053fe9a commit f4b2205
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
version: 0.1.{build}
branches:
only:
- master
except:
- gh-pages
configuration:
- Release
platform: Any CPU
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
version: 1.0.{build}
image: Visual Studio 2022
before_build:
- nuget restore BuildUploader.sln
- ps: nuget restore BuildUploader.sln
build:
verbosity: minimal
project: BuildUploader.sln
after_build:
- cmd: 7z a UnityCloudBuildSteamUploader.zip "%APPVEYOR_BUILD_FOLDER%\UnityCloudBuildSteamUploader\*"
artifacts:
Expand Down

0 comments on commit f4b2205

Please sign in to comment.