Skip to content

Commit

Permalink
Update appveyor to only deploy to nuget.org on Tags
Browse files Browse the repository at this point in the history
We don't need a new nuget package for every commit.
  • Loading branch information
Soulfire86 committed May 26, 2016
1 parent 2f49876 commit 79f871c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ build:
# deployment
deploy:
provider: NuGet
name: NuGet
api_key:
secure: euh1/mFbhtk7s9fKjYxCGxSBJEwXKsrUvwJ2gn6dQcbTR9QiKQaFvhzrMqiUrpwr
skip_symbols: false
artifact: /.*\.nupkg/
on:
branch: master
appveyor_repo_tag: true

0 comments on commit 79f871c

Please sign in to comment.