forked from prasannavl/LiquidState
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
51 lines (39 loc) · 1006 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
43
44
45
46
47
48
49
50
51
-
version: '8.0.{build}'
## -- Git --
branches:
only:
- master
clone_depth: 1
skip_tags: true
skip_commits:
message: '(?i)Update README(\.md)?(\s*)$'
## -- Environment --
configuration: Release
platform: Any CPU
matrix:
fast_finish: true
## -- Tool options --
assembly_info:
patch: true
file: '**\VersionInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-pre'
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
before_build:
- nuget restore
build:
project: LiquidState\LiquidState.csproj
publish_nuget: true
include_nuget_references: true
verbosity: minimal
## -- Deployment --
deploy:
- provider: NuGet
api_key:
secure: SRVDkFc46GEnfXBrnFu7kFml7ozzCAH8thZ5s4gvneVLKo+5QfINtxAB+xSCCQQi
skip_symbols: true