In this version I included a new build runner called "NuGet Packages Publish". This build runner helps you to publish (push) NuGet packages to a given feed (custom or default). Publishing of packages is done with help of nuget.exe push command.
Build runner settings are the following:
Download and Info:
For more information, see NuGet plugin home page at:http://confluence.jetbrains.net/display/TW/NuGet+support
or read/update/report sources at
https://github.com/jonnyzzz/dotNetPackagesSupport
or download a latest build from TeamCity here

3 comments:
Hi Eugene, this is getting interesting. I'm wondering, doesn't this overlap with artifact dependencies somewhat? What about integrating the two in some ways?
For example, what if TC could act as a NuGet feed like it does already for Maven or Ivy? I'm just depicting some scenarios..
Simone, good question. Thank you. I plan to extend the plugin in that direction.
I've made API key field be a html password field. API key in TeamCity settings is (and was) stored encrypted.
Post a Comment