-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathappveyor.yml
More file actions
37 lines (37 loc) · 849 Bytes
/
appveyor.yml
File metadata and controls
37 lines (37 loc) · 849 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
30
31
32
33
34
35
36
37
version: 4.1.0.{build}
branches:
except:
- gh-pages
skip_tags: true
os: Visual Studio 2015
configuration: Release
assembly_info:
patch: true
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- cmd: nuget restore
build:
publish_nuget: true
verbosity: minimal
deploy:
- provider: NuGet
api_key:
secure: Dg2RuAuaLz+RP1kNxH6LqoEbVhsRIYI15lObO46PoTFYFwP87lXojzI91vdk+Km5
skip_symbols: false
artifact:
on:
branch: master
- provider: GitHub
auth_token:
secure: QUNpmgp2dvA0M/Veuo7NJkjNXBJOxFsDAartHAjZfKhaLzFKdITHHhmST6ZUTdxu
on:
branch: master
- provider: NuGet
server: https://ci.appveyor.com/nuget/ar3s-5qsnmq3rugtj
api_key:
secure: +/QyWZCuCVmCZe0cfwopCqiSgRO+FZme0+Z+T69BmoU=
on:
branch: dev