在 azure devops 中维护构建和部署历史

Maintaining build and deployment history in azure devops

如果我们计划在 Azure DevOps 中将 yml 管道从一个项目迁移到另一个项目,我们如何维护构建和部署历史记录?

How can we maintain build and deployment history if we are planning to migrate the yml pipelines from one project to another in Azure DevOps?

恐怕目前还没有这样的方法。

目前,我们只能为经典编辑器导出和导入管道。对于 yml 管道,我们只能将 yml 文件复制到另一个 repo。但是classic编辑器和yml都不能移植历史记录。

您可以在我们的 UserVoice 网站 (https://developercommunity.visualstudio.com/content/idea/post.html?space=21 ) 上添加对此功能的请求,该网站是我们提供产品建议的主要论坛。感谢您帮助我们构建更好的 Azure DevOps。