Pulish to TeamCity Nuget Server

Answered

Can you publish to the TeamCity nuget server from a remote source that is not TeamCity?

If so, How can I set or get an Api Key so I can publish.

1
1 comment

Hi Chaun,

There is no such ability. All packages are tied to a build. You can either chose one of the index options to index packages produced by your builds or use nuget push inside a build step with %teamcity.nuget.feed.api.key% to manually push certain packages to the feed. Publishing packages with an API key outside of a build step is not allowed.

0

Please sign in to leave a comment.