-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
36 lines (30 loc) · 915 Bytes
/
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
image: Visual Studio 2019
version: 1.0.{build}
configuration: Release
platform: Any CPU
skip_tags: true # to prevent a endless build loop
before_build:
- cmd: nuget restore
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-rc1'
build:
verbosity: minimal
project: HeroldAt.sln
artifacts:
- path: bin\$(configuration)\*.exe
deploy:
release: v$(appveyor_build_version)
# description: 'Release description'
provider: GitHub
auth_token:
secure: zYHtyBs13JvlzMOq5tFTt6qCGLGBKEBNGK0Ho/c9ZsuknYU5M62uYMymS66cxgDH
# artifact: /.*\.nupkg/ # upload all NuGet packages to release assets
draft: false
prerelease: false
on:
branch: master # release from master branch only
# APPVEYOR_REPO_TAG: true # deploy on tag push only