CarterJordan
CarterJordan

Reputation: 43

How to force enable a task in build definition

I created a task extension in azure devops and I wanted to force all build definitions to use it. Is there a way to prevent users not to disable the task?

Upvotes: 1

Views: 46

Answers (1)

Daniel Mann
Daniel Mann

Reputation: 59035

No. If you need to restrict the ability to edit a build definition, you can use security groups and assign permissions at the build definition level. There is no mechanism to restrict the ability to modify individual tasks.

Upvotes: 1

Related Questions