Skip to content

Commit

Permalink
publish from nuget from appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
whir1 committed Aug 4, 2016
1 parent 5875eb1 commit 186b451
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ after_test:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml"

deploy:
provider: NuGet
api_key:
secure: IHVAasaX8yvwCHeCI/mBgWBRzLNlOpRn3yJnZFyslzTnJpELyxKDaKM5y/LN0zsl
skip_symbols: false
artifact: /.*\.nupkg/

0 comments on commit 186b451

Please sign in to comment.