Options

Deleting old packages

shanejokeeffeshanejokeeffe Posts: 19 New member
edited December 19, 2013 12:15PM in Deployment Manager
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.

Comments

  • Options
    Can I ask where specifically you'd like to delete the packages from?

    If you're wanting to remove them from the internal NuGet repository, there are two options:
    1. Use NuGet.exe to delete the package. The command line is:
      nuget delete package_id version -Source http://dm_server_address:port/nuget
    2. Delete the package directly from the storage folder: the default location is C:\ProgramData\Red Gate\DeploymentManager\Data\feed
    Development Lead
    Redgate Software
  • Options
    Thanks Mike - that answers my question.
Sign In or Register to comment.