0

Can I add an arbitrary nuget (not built on teamcity) to be served from teamcity nuget server? (I'm using teamcity 8.1.5)

ppiotrowicz
  • 4,464
  • 3
  • 32
  • 46

1 Answers1

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