【发布时间】:2019-10-15 09:54:23
【问题描述】:
有没有最简单的方法可以在Azure DevOps 中重命名taskgruop?
要在Azure DevOps 中重命名taskgroup,我必须按照以下步骤操作,
1. Export the task group
2. Update the exported JSON with new taskgroup name
3. Import the exported JSON
【问题讨论】:
-
没错,你可以参考这里了解更多关于任务组docs.microsoft.com/en-us/azure/devops/pipelines/library/…的详细信息。由于您的问题已得到解决,您可以标记您的答案,这将有助于其他用户解决相同的问题。
标签: azure-devops azure-devops-task-groups