问题描述
我的Azure DevOps组织中有一个较旧的项目,在Project Settings=>Repos=>Security
中没有此项目生成服务"帐户.如果我在自己的组织中创建了一个新项目,那么我可以在那儿完成它.
I have one older project in my Azure DevOps organisation that does not have this "project Build Service" account in Project Settings=>Repos=>Security
. If I create a new project in my organisation then I can get it there just fine.
我该如何将该项目的Build Service帐户也添加到我的较早项目中?
How could I get that project Build Service account to my older projects as well?
推荐答案
恐怕没有一种现成的方法可以将该项目的Build Service帐户带到您的较早的项目中.
I am afraid there is out of box way to get that project Build Service account to your older projects.
作为解决方法,您可以在Organization Settings
-> Permissions
上为该项目Build Service帐户添加一个组,在该组中添加成员.
As workaround, you could add a group for that project Build Service account on the Organization Settings
->Permissions
, add members in that group.
然后,转到Project Settings
-> Teams
->选择Team project
-> Add users and/or groups
:
Then, go to Project Settings
->Teams
->select the Team project
-> Add users and/or groups
:
之后,我们可以在Repos=>Security
中搜索该组,对权限进行一些更改并保存:
After that, we could search that group in the Repos=>Security
, do some change in the permission and save it:
希望这会有所帮助.
这篇关于在旧项目上看不到Azure DevOps项目级别的生成服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!