-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathappveyor.yml
40 lines (40 loc) · 1.23 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
image: Visual Studio 2022
version: 0.8.0.{build}
branches:
only:
- master
skip_tags: true
skip_commits:
message: /\[NAB\]/
configuration: Release
platform: x64
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
dotnet_csproj:
patch: true
file: '**\*.csproj'
version: '{version}'
version_prefix: '{version}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build_script:
- pwsh: >-
. $env:APPVEYOR_BUILD_FOLDER\DoAutobuild.ps1
artifacts:
- path: ColorChord.NET*autobuild-v*.zip
- path: Gen2DFTLib-autobuild-v*.zip
deploy:
- provider: GitHub
tag: auto-v$(appveyor_build_version)
release: Automatic Build v$(appveyor_build_version)
description: This is an automatic build of the latest under-development code. This build may be unstable or may not work at all. If you prefer a more stable build, download one of the regular releases instead.
auth_token:
secure: fIgQpdctIp9szYmG0dfhfD0Cc4/eKQYO7aGXOOYULOB4Bu5SIg6GE+ZRw9kTFNRZ
artifact: /(ColorChord\.NET.*autobuild-v.*\.zip)|(Gen2DFTLib-autobuild-v.*\.zip)/
prerelease: true