0

C:>nuget.exe delete Package1 1.0.0.0 -Source https://test.pkgs.visualstudio.com/_packaging/MyFeed/nuget/v2 -ApiKey VSTS

gives confirmation of package deleted

Package1  1.0.0.0 was deleted successfully.

However, when i refresh package management (TFS Web), the 'Package 1' package is still show up in the Web interface. It shouldn't show here because it has been deleted. Right?

Problem: I can't further push package.

Error:

Failed to process due to conflict.

Why so?

Community
  • 1
  • 1
TheKingPinMirza
  • 7,924
  • 6
  • 51
  • 81
  • Currently, Package Management's web interface will continue to show you unlisted packages if you're an owner of the feed; it does this to show that the version number is reserved and can't be republished. We're considering adding a toggle in a future release that would hide deleted packages. If you'd like, you can enter a request on the Package Management UserVoice: https://visualstudio.uservoice.com/forums/330519-team-services/category/145266-package-management – Alex Mullans Sep 06 '16 at 21:51

1 Answers1

2

This link it says "Note: Unlisting is permanent. Once you unlist a version of a package, it cannot be re-listed.

You may not upload a package with the same name and version as the unlisted package."
TheKingPinMirza
  • 7,924
  • 6
  • 51
  • 81