forked from csutorasa/XOutput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
77 lines (53 loc) · 1.41 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
65
66
67
68
69
70
71
72
73
74
75
76
77
#---------------------------------#
# general configuration #
#---------------------------------#
version: 3.27-{branch}-{build}
branches:
only:
- master
skip_tags: true
#---------------------------------#
# environment configuration #
#---------------------------------#
environment:
versionnumber: 3.27
sonarcloudtoken:
secure: VMTLc0vSBXvIH5sBuyKY6ri8IL3I5kYpXnCK3xYPkfXK0+tFnIwlotzE3Gn5Yu4u
image: Visual Studio 2019
init:
- git config --global core.autocrlf input
install:
#---------------------------------#
# build configuration #
#---------------------------------#
platform: Any CPU
configuration: Release
build_script:
- cmd: cd Web && npm install
- ps: .\ci.ps1 -version $env:versionnumber
before_build:
- ps: Install-Product node lts
#---------------------------------#
# artifacts configuration #
#---------------------------------#
artifacts:
- path: XOutput.zip
name: XOutput
#---------------------------------#
# deployment configuration #
#---------------------------------#
deploy:
#---------------------------------#
# global handlers #
#---------------------------------#
on_success:
on_failure:
on_finish:
#---------------------------------#
# notifications #
#---------------------------------#
notifications:
- provider: Email
to:
on_build_success: false