TeamCity 2019.2 Help

NuGet Feed Credentials

When using NuGet packages from an external authenticated feed during a build on TeamCity, the credentials for connecting to that feed have to be specified.

Adding this information to source control is not a secure practice, so TeamCity provides the NuGet Feed Credentials build feature which allows interacting with feeds that require authentication.

When editing the build configuration, from the list of available Build Features select NuGet Feed Credentials. In the dialog that is opened, specify the feed URL and the credentials to connect to the feed. To view the settings in Kotlin DSL, click View DSL.

You can add this build feature to any build configuration, one for every feed that requires authentication.

Since TeamCity 9.1.4, when using TeamCity as the internal Nuget server, the credentials specified via this build feature are ignored; the internal TeamCity authentication is used.