forked from HangfireIO/Cronos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
39 lines (29 loc) · 831 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
# AppVeyor CI build file, https://ci.appveyor.com/project/odinserj/cronos
os: Visual Studio 2017
version: 0.7.0-build-0{build}
branches:
only:
- master
- dev
pull_requests:
do_not_increment_build_number: true
#---------------------------------#
# build configuration #
#---------------------------------#
build_script:
- powershell .\build.ps1 -Target Pack
#---------------------------------#
# artifacts configuration #
#---------------------------------#
artifacts:
- path: 'build\*.nupkg'
- path: 'build\*.zip'
#---------------------------------#
# deployment configuration #
#---------------------------------#
deploy:
- provider: NuGet
api_key:
secure: AobFVKZmhZM34uZV2V7jbebMdL9+ZgZ67HzrhBGLf2w9dl70bWx4JVGAteNbbjMR
on:
appveyor_repo_tag: true