-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathappveyor.yml
48 lines (39 loc) · 1.01 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
41
42
43
44
45
46
47
48
version: 0.2.{build}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2017
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}'
package_version: '{version}'
assembly_version: '{version}'
file_version: '{version}'
informational_version: '{version}'
build:
verbosity: minimal
build_script:
- ps: .\Build.ps1
artifacts:
- path: .\artifacts\*
deploy:
- provider: NuGet
api_key:
secure: 60e5iWWd42dB63UGwxldm+8kUnd/iNkVEGLKDaJgUs3PXGhBxe0wvObPe7QGvMMz
on:
APPVEYOR_REPO_TAG: true
- provider: GitHub
tag: $(APPVEYOR_REPO_TAG_NAME)
release: plumber-component-decorator-v$(appveyor_build_version)
description: 'Release description'
auth_token:
secure: /GLYjd57jHrHJwlSnWwIqtZmir/Hb2CXwBc7nWdrM1IZFwDwnAX0s02v+ST4Ah9m
artifact: /.*\.nupkg/
on:
APPVEYOR_REPO_TAG: true