简体   繁体   English

如何从 Azure DevOps Feed 中删除 nuget 的所有版本?

[英]How do I delete all versions of a nuget from a Azure DevOps Feed?

I know that I can delete a specific version of a nuget, but how do I delete all the versions of a nuget?我知道我可以删除一个nuget的特定版本,但是如何删除一个nuget的所有版本? And even better is there a way to select multiple nuggets and delete all of them including all their versions?更好的是有没有办法 select 多个金块并删除所有金块,包括它们的所有版本?

You can delete all versions from specific nuget if you are using the organization artifact repository.如果您使用的是组织工件存储库,则可以删除特定 nuget 中的所有版本。 You need to select particular nuget, click on Versions tab, select all packages and then delete.你需要select特别是nuget,点击Versions选项卡,select all packages然后删除。 Just important notice you cannot publish new packages with version used before even if the old package is deleted请注意,即使旧的 package 被删除,您也不能发布之前使用过的新包

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Azure DevOps:无法从 Azure Pipeline 中的提要加载 nuget 包 - Azure DevOps: Can not load nuget package from feed in Azure Pipeline 如何向Azure功能提供私有NuGet提要凭据? - How do I provide private NuGet feed credentials to an Azure Function? Azure Devops nuget 工件提要和 docker - Azure Devops nuget artifact feed and docker 如何永久删除 Azure DevOps 的 Artifacts 中的提要? - How to permanently delete a feed in Azure DevOps's Artifacts? Azure devops,如何找到所有有权删除存储库的用户和组? - Azure devops, how to I find all users and groups who have permission to delete a repository? 如何在 azure devops 中使用 nuget 包? - How to use nuget packages in azure devops? 从 Azure Devops 管道访问私有源 - Access to private feed from Azure Devops pipeline 如何删除 Azure DevOps 中的共享步骤? - How do you delete shared steps in Azure DevOps? 如何删除 Azure 文件存储文件夹中的所有文件? - How do I delete all files in an Azure File Storage folder? 如何在 azure devops 中查看我的 Git 存储库中所做的所有常规代码更新? - How do I see all the regular code updates made in my Git repo in azure devops?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM