Skip to content

Commit da40ef0

Browse files
author
Jos Hickson
authored
Enable publishing to WintonCode's NuGet account
1 parent bde5666 commit da40ef0

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

appveyor.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,19 @@ build_script:
1111
- ps: .\build.ps1 -VersionAndPublish (-Not $env:APPVEYOR_PULL_REQUEST_NUMBER)
1212

1313
test: off
14+
15+
artifacts:
16+
- path: .\**\*.nupkg
17+
name: NuGet
18+
19+
nuget:
20+
disable_publish_on_pr: true
21+
22+
deploy:
23+
- provider: NuGet
24+
api_key:
25+
secure: CxMH3k6k/Rpz1zjToGDAelLWDT/gDqRo08iEUAQsRnL+WRo+4TL5gLiNEUy/GfUy
26+
on:
27+
branch:
28+
- master
29+
- /release\/[0-9]\.[0-9]/

0 commit comments

Comments
 (0)