-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
55 lines (42 loc) · 1007 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
53
54
55
#
# NetOffice library
# AppVeyor configuration
#
version: 1.7.4.{build}
branches:
except:
- gh-pages
os: Visual Studio 2015
matrix:
fast_finish: true # true => immediately finish build once one of the jobs fails
platform: Any CPU
configuration:
- Debug
- Release
before_build:
- nuget restore NetOffice.sln
build:
project: NetOffice.sln
verbosity: normal
after_build:
- NuGetPack.cmd
cache:
- packages -> **\packages.config
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "1.7.4-pre-{build}"
test:
assemblies:
artifacts:
- path: 'out\packages\*.nupkg'
deploy:
- provider: NuGet
server: https://www.myget.org/F/netofficefw-dev/api/v2/package
symbol_server: https://www.myget.org/F/netofficefw-dev/symbols/api/v2/package
api_key:
secure: Zx2NLrf4MlxmeayBVUFmF+nsdJ8lE+yIkvtdAoPM9ASk/fpWl19FiA3n6e9CSXGl
on:
configuration: Release