forked from eventflow/EventFlow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
50 lines (39 loc) · 1.05 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.75.{build}
skip_tags: true
build_script:
- cmd: powershell -NoProfile -ExecutionPolicy unrestricted -Command ".\up_integration-test-env.ps1; .\build.ps1 --bootstrap; .\build.ps1 -Target All;"
image: Visual Studio 2017
environment:
HELPZ_POSTGRESQL_PASS: Password12!
test: off
artifacts:
- path: Build\Packages\*nupkg
services:
- mssql2014
- postgresql101
on_success:
- choco 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
artifact: /.*\.(nupkg|snupkg)/
on:
branch: master
- provider: GitHub
artifact: /.*\.(nupkg|zip|snupkg)/
auth_token:
secure: f+y+RL1ETsxIbYKlliZrmXpfr1wvEVNhGGEOYyl2K8ryz02WxXL+kLe7pu53Kc8r
tag: v$(appveyor_build_version)
draft: true
prerelease: false
on:
branch: master