-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
124 lines (96 loc) · 2.42 KB
/
appveyor.yml
File metadata and controls
124 lines (96 loc) · 2.42 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
-
branches:
only:
- master
version: 0.2.0.{build}
environment:
VERSUFFIX: ci
before_build:
- nuget restore BRMLDrivers.sln -Verbosity quiet
platform: x64
configuration: Release
build:
project: BRMLDrivers.sln
verbosity: minimal
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
test:
categories:
except:
- Skip_CI
artifacts:
- path: dist\Release\*.nupkg
deploy:
- provider: NuGet
api_key:
secure: uVzfwaf8HYpirCVXO/sqI7Dh7i8K6pNkY2HmYrQG0x8dqSfU5HAzF6WAIgyvLTbF
artifact: /.*\.nupkg/
-
branches:
only:
- develop
version: 0.2.0.{build}
environment:
VERSUFFIX: develop
before_build:
- nuget restore BRMLDrivers.sln -Verbosity quiet
platform: x64
configuration: Release
build:
project: BRMLDrivers.sln
verbosity: minimal
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
test:
categories:
except:
- Skip_CI
artifacts:
- path: dist\Release\*.nupkg
-
branches:
only:
- 0.2
version: 0.2.0.{build}
environment:
access_token:
secure: sYYME1QZttslL5Y8AaU91t3tuB2tDGj82Df7vD07t19TAbxKVbi3Y+FOnrOpqfis
before_build:
- nuget restore BRMLDrivers.sln -Verbosity quiet
platform: x64
configuration: Release
build:
project: BRMLDrivers.sln
verbosity: minimal
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
test:
categories:
except:
- Skip_CI
artifacts:
- path: dist\Release\*.nupkg
on_success:
- git config --global credential.helper store
- git config --global push.default simple
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- git config --global user.email "AppVeyor Build"
- git config --global user.name "surban@tum.de"
- ps: .\Publish-Docs.ps1
deploy:
- provider: NuGet
api_key:
secure: uVzfwaf8HYpirCVXO/sqI7Dh7i8K6pNkY2HmYrQG0x8dqSfU5HAzF6WAIgyvLTbF
artifact: /.*\.nupkg/