-
Notifications
You must be signed in to change notification settings - Fork 39
/
appveyor.yml
57 lines (43 loc) · 1.08 KB
/
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
52
53
54
55
56
57
-
version: 0.2.{build}
environment:
BuildEnvironment: appveyor
branches:
only:
- master
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
test: off
artifacts:
- path: 'build\**\*.nupkg'
build_script: assets\build.bat pack
cache:
- src\packages # preserve "packages" directory in the root of build folder
deploy:
provider: NuGet
api_key:
secure: yNaPU9GGsdDdMjOB5tbQTuIIq4DFHNGUkZP1ZTDDCKQG3g7pZjxcBFZblTMeIawA
artifact: /.*build.*\.nupkg/
on:
branch: master
-
version: 0.2.{build}
environment:
BuildEnvironment: appveyor
branches:
only:
- /dev.*/
- /feature.*/
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
build_script: assets\build.bat pack
cache:
- src\packages # preserve "packages" directory in the root of build folder