1

I was wondering if I can use my own private nuget server in TeamCity that requires authentication. I know that TeamCity offers a built-in nuget server but I dont want to use this as I have dozens of packages on my own server already.

Thanks in advance

pantonis
  • 5,601
  • 12
  • 58
  • 115

1 Answers1

1

You can use an external nuget feed for any steps that use nuget.exe (install/publish) steps.

You can provide credentials for the external feed using a build feature called Nuget Feed Credentials

Bishoy
  • 3,915
  • 29
  • 37