forked from dotliquid/dotliquid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
42 lines (34 loc) · 844 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
37
38
39
40
41
42
# Build script for dotliquid, see https://www.appveyor.com/docs/appveyor-yml for reference
version: 2.0.{build}
branches:
only:
- master
configuration:
- Release
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}-$(GIT_HASH)"
build:
verbosity: minimal # quiet|minimal|normal|detailed
project: src/DotLiquid.sln
publish_nuget: true
publish_nuget_symbols: true
artifacts:
- path: build\pkg\*.nupkg
name: Nuget Package
nuget:
project_feed: true
deploy:
- provider: NuGet
api_key:
secure: LrIeQprS+E5FzLkdKGYIYHXy/86Kt8YVhTa4J/VhLzGUO+yXnqI+GxDR+K5Wj/VL
skip_symbols: false
artifact: /.*\.nupkg/
notifications:
- provider: Email
to:
on_build_status_changed: true