forked from domaindrivendev/Swashbuckle.AspNetCore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
32 lines (26 loc) · 653 Bytes
/
appveyor.yml
File metadata and controls
32 lines (26 loc) · 653 Bytes
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
image: Visual Studio 2017
init:
- git config --global core.autocrlf true
build_script:
- ps: ci\build.ps1
test_script:
- ps: ci\test.ps1
artifacts:
- path: artifacts\*.nupkg
deploy:
- provider: NuGet
server: https://www.myget.org/F/domaindrivendev/api/v2
on:
branch: master
appveyor_repo_tag: false
api_key:
secure: 9QrW8KWCDr8G2ufmOX4O7U4yjneFOYY+5h+auICuWYb1YPaKpQBtUVqrRExg8VXR
skip_symbols: true
- provider: NuGet
server: https://www.nuget.org/api/v2/package
on:
branch: master
appveyor_repo_tag: true
api_key:
secure: S2MgK7qypxpy/OtArorFwdH1XASpkxeJu4L7JtgiEBVWe9bOUQ0D8huWmf4VGrBZ
skip_symbols: true