pantonis
pantonis

Reputation: 6467

TeamCity Custom nuget server

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

Upvotes: 1

Views: 412

Answers (1)

Bishoy
Bishoy

Reputation: 4025

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

Upvotes: 1

Related Questions