-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
52 lines (45 loc) · 1004 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
52
image: Visual Studio 2017
#---------------------------------#
# Build Script #
#---------------------------------#
build_script:
- ps: .\build.ps1 -Target Test
# Tests
test: off
artifacts:
- path: buildArtifacts\Nuget\*.nupkg
name: NuGet package
skip_commits:
files:
- '.github/'
- '**/*.md'
#---------------------------------#
# Branches to build #
#---------------------------------#
branches:
# Whitelist
only:
- develop
- master
- /feature/.*/
- /release/.*/
- /hotfix/.*/
#---------------------------------#
# Build Cache #
#---------------------------------#
cache:
- tools -> build.cake
# here we are going to override common configuration
for:
# master branch
-
branches:
only:
- master
build_script:
- ps: .\build.ps1 -Target Pack
deploy:
- provider: NuGet
artifact: /NuGet/
api_key:
secure: AkO5EDM5kiAVyhFhK/SKj7wUHHwNTP00gIk3pTvjKQETe08fGfdpFoJlqqL1DC7I