Skip to content

Commit

Permalink
Different appveyor nuget deployment options
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Nov 14, 2017
1 parent 2c52f3f commit 31f4639
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
build_script:
ci-build.cmd

artifacts:
- path: bin\Packages\Release\*.nupkg
name: nugetPackages

deploy:
provider: NuGet
server: https://www.myget.org/F/mellinoe/api/v2/package
api_key:
secure: 2THjR9L+JBB3MCjzjC9e9eEJ9drdpgV6J/Hqej2yydtT0hvqf3kZNxtoiGz91CG7
skip_symbols: false
artifact: bin/Packages/Release/.*\.nupkg/
symbol_server: https://www.myget.org/F/mellinoe/api/v2/package
artifact: nugetPackages

0 comments on commit 31f4639

Please sign in to comment.