Skip to content

Commit

Permalink
Add nuget deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkuszyk committed Feb 21, 2018
1 parent 88eba7d commit 4c802e7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ before_build:

build:
publish_nuget: true
verbosity: minimal
verbosity: minimal

deploy:
provider: NuGet
api_key:
secure: /4N7ion7O3kWuiM5LEiU9oyfmPYGAbJxic7AFKSX/4Z1iiMwdxAUf3v7v6EvFgyZ
artifact: /.*\.nupkg/
on:
appveyor_repo_tag: true

0 comments on commit 4c802e7

Please sign in to comment.