forked from graphql-dotnet/graphql-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
43 lines (35 loc) · 849 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
40
41
42
43
version: 3.0.0.{build}
pull_requests:
do_not_increment_build_number: true
skip_tags: true
skip_branch_with_pr: false
test: off
os: Visual Studio 2017
environment:
CI: true
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
install:
- ps: Install-Product node LTS
- ps: choco install dotnetcore-sdk --no-progress --confirm --version 2.2.104
- node --version
- npm --version
- dotnet --version
build_script:
- cmd: >-
yarn build-ci
artifacts:
- path: 'artifacts\*.nupkg'
deploy:
- provider: NuGet
server: https://www.myget.org/F/graphql-dotnet/api/v2/package
api_key:
secure: +l1vfBMajn1WfmXkQ2LdILKxK4fQ5AHSnnU1kf11Bn1xRGUOTCdPhLwHx232piEn
skip_symbols: false
symbol_server: https://www.myget.org/F/graphql-dotnet/symbols/api/v2/package
on:
branch:
- master
- dev