#vstssprints

Опубликовано: 17 Июнь 2026
на канале: Azure DevOps Sprints
82
0

We’ve added the ability to permanently delist packages from a feed. When a package is delisted, it no longer shows up in any package listing, whether on the web, the NuGet Visual Studio extension, or nuget.exe. Delisted packages remain downloadable by specifying an exact version, which allows the Restore workflow to continue working. To permanently delist a package, run:

nuget.exe delete [package ID] [package version] -Source [NuGet v2 endpoint URL] -ApiKey VSTS