forked from eventflow/EventFlow
-
Notifications
You must be signed in to change notification settings - Fork 1
/
appveyor.yml
50 lines (39 loc) · 1.1 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
init:
- git config --global core.autocrlf input
version: 0.53.{build}
skip_tags: true
build_script:
- cmd: powershell -NoProfile -ExecutionPolicy unrestricted -Command .\build.ps1 -Target "All"
image: Visual Studio 2017
environment:
RABBITMQ_URL:
secure: es47RGxjYJo4Ms8YR7ZY1R93OayJf6z3CVH2oUZMChaDXtchygrccwBPIBB8doWH68S13m/4p99EmtjdrudbM1gelesdwewX5ouJXO9wyo1/zZhNZDrUpb21Ojw6O1hH
test: off
artifacts:
- path: Build\Packages\*.nupkg
services:
- mssql2014
on_success:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "Build\\Reports\\opencover-results.xml"
nuget:
account_feed: false
project_feed: false
disable_publish_on_pr: true
deploy:
- provider: NuGet
api_key:
secure: +YlrKmWps7RJVPU4s7B4HWNL9cZXaUVdiNJInli9IZPlTP+J0CyHsUvcDY8haE+b
skip_symbols: false
on:
branch: master
- provider: GitHub
artifact: /.*\.(nupkg|zip)/
auth_token:
secure: f+y+RL1ETsxIbYKlliZrmXpfr1wvEVNhGGEOYyl2K8ryz02WxXL+kLe7pu53Kc8r
tag: v$(appveyor_build_version)
draft: true
prerelease: false
on:
branch: master