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
27 lines (27 loc) · 664 Bytes
/
appveyor.yml
File metadata and controls
27 lines (27 loc) · 664 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
os: Visual Studio 2017
version: 1.0.0-build{build}
init:
- git config --global core.autocrlf true
install:
- cmd: npm install -g bower
build_script:
- ps: .\build.ps1
test: off
artifacts:
- path: artifacts/nuget/*.nupkg
deploy:
- provider: NuGet
server: https://www.myget.org/F/domaindrivendev/api/v2
on:
branch: master
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