Is there is any limit on the number of packages in a Teamcity Nuget feed server?
I've noticed that nuget packages missed from nuget feed with lapse of time. Is there is any limit on the number of packages in a Nuget feed server?
Please sign in to leave a comment.
Hi, I have the same question.
How do I increase the number of package versions in Teamcity Nuget feed?
TeamCity's NuGet feed is a view for all build artifacts that are stored in TeamCity. The only way to limit it is to configure build history cleanup settings to remove either builds or *.nupkg files from build artifacts
Excellent! Thanks for your reply!