Can I add an arbitrary nuget (not built on teamcity) to be served from teamcity nuget server? (I'm using teamcity 8.1.5)
Asked
Active
Viewed 158 times
1 Answers
1
AFAIK that's currently not natively supported, but you can work around that by making a (one-time) build config that publishes the external packages you want as artifacts so they will be available from TeamCity going forward - you can even generalize that by having that build config pick up all packages in a given folder / network path.

BrokenGlass
- 158,293
- 28
- 286
- 335
-
Yeah, that's exactly what I did :). – ppiotrowicz Mar 15 '15 at 19:20