forked from ClosedXML/ClosedXML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
43 lines (35 loc) · 976 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
version: 0.8.{build}
branches:
# whitelist
only:
- develop
# blacklist
except:
- gh-pages
# Build worker image (VM template)
image: Visual Studio 2015
environment:
AppVeyor: APPVEYOR
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
#---------------------------------#
# build configuration #
#---------------------------------#
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform: Any CPU
build:
parallel: true # enable MSBuild parallel builds
project: ClosedXML.sln # path to Visual Studio solution or project
verbosity: minimal
configuration : Release
#Restore
before_build:
- nuget restore
artifacts:
- path: ClosedXML/bin/Release/ClosedXML.dll
- path: ClosedXML/bin/Release/ClosedXML.xml