0

I want to disable/ enable the Upload files button under the Repository toolbar in Azure DevOps. I would like to know how to configure the enable/disable option for repository toolbar buttons in Azure DevOps.

1 Answers1

2

According to your description, seems you are talking about this button:

enter image description here

There is no way to disable/hidden this button. You could not control this UI in Azure DevOps web portal.

However, if you do not want other users to commit files in the repo, you could use permission to restrict them.

You can set the permissions for all Git repositories for a project, or for a single repository.

enter image description here

More details please take a look at our official tutorial here.

PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62