-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
80 lines (65 loc) · 1.85 KB
/
appveyor.yml
File metadata and controls
80 lines (65 loc) · 1.85 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
---
-
branches:
only:
- develop
version: "0.3.{build}"
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
init:
- "git config --global core.autocrlf input"
shallow_clone: true # Fetch latest commit as ZIP archive
# Configuration
platform: "Any CPU"
configuration: Release
# Build
build:
verbosity: quiet # quiet|minimal|normal|detailed
notifications:
- provider: Slack
auth_token:
secure: k+hpi944zeZncM44fnBuk1nprO7vIgww6yvtLivVMW8y1wnT4uweT44Vgpb//9fn
channel: omnnioc
template: |
<{{buildUrl}}|Build {{projectName}} {{buildVersion}} {{status}}>
<{{commitUrl}}|{{commitMessage}}> by {{commitAuthor}} on {{commitDate}}
-
branches:
only:
- master
version: "0.2.{build}"
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
init:
- "git config --global core.autocrlf input"
shallow_clone: true # Fetch latest commit as ZIP archive
# Configuration
platform: "Any CPU"
configuration: Release
# Build
build:
publish_nuget: true
verbosity: quiet # quiet|minimal|normal|detailed
deploy:
- provider: Environment
name: WooCodeNuget
on:
branch: master
notifications:
- provider: Slack
auth_token:
secure: k+hpi944zeZncM44fnBuk1nprO7vIgww6yvtLivVMW8y1wnT4uweT44Vgpb//9fn
channel: omnnioc
template: |
<{{buildUrl}}|Build {{projectName}} {{buildVersion}} {{status}}>
<{{commitUrl}}|{{commitMessage}}> by {{commitAuthor}} on {{commitDate}}