Skip to content

Commit

Permalink
fix(tools): reuse existing nuget AppVeyor option
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Mar 5, 2017
1 parent 1d20fe4 commit d8e4300
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ branches:
- /gh-pages.*/

nuget:
project_feed: true
disable_publish_on_pr: true

skip_commits:
Expand All @@ -22,9 +23,6 @@ artifacts:
- path: sln\src\NSpec\publish\*.nupkg
name: NSpec

nuget:
project_feed: true

deploy:
- provider: NuGet
name: Development
Expand Down

0 comments on commit d8e4300

Please sign in to comment.