【发布时间】:2021-11-21 18:56:48
【问题描述】:
AzureOrganization="https://dev.azure.com/ExampleOrganization"
AzureProject="ExampleProject"
az devops configure -d organization= $AzureOrganization project=$AzureProject
read-r-p "Enter name of iteration" iteration
echo @ iterationname
如果组织项目中存在@迭代,则完美 如果@迭代不存在,则打印出该迭代在项目中不存在
read-r-p "Enter name of team in the organization that you want to link in the iteration " team
echo @ team
如果组织项目中存在@team,那么完美 如果@团队不存在,则打印出该团队在项目中不存在
那么我如何知道 Azure Devops 组织中是否已经存在团队或迭代?
【问题讨论】:
标签: bash azure azure-devops azureshell