forked from mkrypka/dotnet-caching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
72 lines (55 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
#---------------------------------#
# general configuration #
#---------------------------------#
version: "{build}"
#---------------------------------#
# artifacts configuration #
#---------------------------------#
artifacts:
- path: 'Vtex.Caching.*.nupkg'
name: nuget
#---------------------------------#
# environment configuration #
#---------------------------------#
os: Visual Studio 2015
environment:
nodejs_version: "0.12"
init:
- git config --global core.autocrlf true
cache:
- packages -> **\packages.config
- node_modules
install:
- ps: Install-Product node $env:nodejs_version
- npm i gulp -g
- npm i
#---------------------------------#
# build configuration #
#---------------------------------#
build_script:
- gulp build
- gulp pack
#---------------------------------#
# test configuration #
#---------------------------------#
before_test:
- gulp check-await
test_script:
- gulp test
#---------------------------------#
# deployment configuration #
#---------------------------------#
deploy:
- provider: Environment
name: myget
artifact: nuget
on:
appveyor_repo_tag: true
#---------------------------------#
# notifications #
#---------------------------------#
notifications:
- provider: HipChat
auth_token:
secure: mdnRk4amuE4pT+1FcC9VTu8J2nGl0ZQJk1435t7KPXs=
room: Portal