forked from SpicyTaco/SpicyTaco.AutoGrid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
29 lines (29 loc) · 799 Bytes
/
appveyor.yml
File metadata and controls
29 lines (29 loc) · 799 Bytes
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
version: 1.2.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore src\AutoGrid.sln
build:
publish_nuget: true
publish_nuget_symbols: true
verbosity: minimal
deploy:
- provider: NuGet
api_key:
secure: IpcSAUSn64Sic4dpg3QrbS+9zt5fN4SlFxs8SuZytQBCNhzHlEyeiBV9Chp3gj3I
on:
branch: master
- provider: GitHub
tag: v$(appveyor_build_version)
description: 'Minor bug fixes and tech debt payback. Row and column spans should work better.'
auth_token:
secure: EuFsrLWBjFwHWvjJc41uWCOWA5+h0OzZuUrnMgqyOnYvQ6omg6UiDGTQQwWnm5pk
on:
branch: master