Deleting old packages
shanejokeeffe
Posts: 19 New member
How do I remove old packages from the system? There does not seem to be an option in the front end to this. I have deleted a project but the packages that were previously published still seem to exist.
Regards,
Shane.
Regards,
Shane.
Comments
If you're wanting to remove them from the internal NuGet repository, there are two options:
nuget delete package_id version -Source http://dm_server_address:port/nuget
Redgate Software