forked from Xabaril/AspNetCore.Diagnostics.HealthChecks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
39 lines (38 loc) · 860 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
version: "{build}"
environment:
matrix:
- node_version: "10"
install:
- ps: Install-Product node $env:node_version x64
- ps: ./install-sdk.ps1
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2019
services:
- mssql2017
- postgresql101
- mongodb
- mysql
nuget:
disable_publish_on_pr: true
build_script:
- ps: .\Build.ps1
test: off
artifacts:
- path: .\artifacts\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/xabaril/api/v2/package
api_key:
secure: uESSL/tmtvlykkG7fgS0dFd4UpR+12vOSqFN3AiuHhxJpDiUl6EWZbgNoxcrRrch
skip_symbols: true
on:
branch: master
- provider: NuGet
name: production
api_key:
secure: KLHh/osoOFvO5bWn01FKo6nPpXJTO2d5JtXJav+uzij74RpytHmdD/QWrdMR5pb0
skip_symbols: true
on:
appveyor_repo_tag: true