How to remove a specific version of a package on a TeamCity Nuget Feed?

matt_dev picture matt_dev · Apr 18, 2012 · Viewed 15k times · Source

Does anyone know to remove a specific version of a package on a TeamCity Nuget Feed?

Answer

theDmi picture theDmi · Oct 9, 2015

This is now supported through the Web UI

Just remove the offending build by opening the build and choosing Actions > Remove. This removes the build from the list in TeamCity, and it also removes all build artifacts of that specific build from the Nuget feed.