This repository has been archived by the owner on May 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 167
/
appveyor.yml
64 lines (44 loc) · 1.4 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
58
59
60
61
62
63
64
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.0.{build}
#---------------------------------#
# environment configuration #
#---------------------------------#
# enable patching of AssemblyInfo.* files
assembly_info:
patch: true
file: src\Common\GlobalAssemblyInfo.cs
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"
#---------------------------------#
# build configuration #
#---------------------------------#
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
build:
project: src\BugNET.sln
verbosity: minimal
publish_wap: true
# scripts to run before build
before_build:
- nuget restore src\BugNET.sln
#---------------------------------#
# tests configuration #
#---------------------------------#
test: off
#---------------------------------#
# artifacts configuration #
#---------------------------------#
# web deploy artifacts are copied already
#---------------------------------#
# deployment configuration #
#---------------------------------#
#---------------------------------#
# global handlers #
#---------------------------------#
#---------------------------------#
# notifications #
#---------------------------------#