We're using team city as a nuget server and the artifact cleaning is removing old nuget packages. Unfortunately some of our packages aren't built that often, and when they get cleaned up other builds break.
I've tried changing the clean up rules to exclude *.nupkg
, but this doesn't seem to be working.
Any ideas?