forked from imperugo/StackExchange.Redis.Extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
45 lines (37 loc) · 1.06 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
#---------------------------------#
# general configuration #
#---------------------------------#
# version format
version: 1.0.{build}
os: Visual Studio 2015
configuration: Release
platform: Any CPU
#---------------------------------#
# environment init #
#---------------------------------#
init:
- cmd: set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
install:
- cmd: >-
nuget install redis-64 -excludeversion
redis-64\tools\redis-server.exe --service-install
redis-64\tools\redis-server.exe --service-start
#---------------------------------#
# build configuration #
#---------------------------------#
before_build:
- cmd: nuget restore
build:
project: StackExchange.Redis.Extensions.sln
verbosity: minimal
#---------------------------------#
# deploy configuration #
#---------------------------------#
#deploy:
# provider: NuGet
# api_key:
# secure: RiD8ByY1UxUnp+hyurAO3Ux8naiPVRMUX55HjjYe/ItiuKYk1PBGS9NgH80FbQ6C
# artifact: /.*\.nupkg/
# on:
# branch: master
# appveyor_repo_tag: true