In this blog post I will describe how it is possible to add Quality Gates for Check-Ins in your git repository.
The solution contains several Quality Gates:
- It will not be possible to check-in directly to the “master” branch. A Pull-Request will always be needed.
- At least one other person/developer has to accept the Pull-Request before it will be possible to merge it.
- All Comments on the…
Continue Reading Benedikt’s Article on their blog
Quality Gates for Check-Ins ” Benedikt’s Power Platform Blog
In this blog post you will learn how to add Quality Gates for Check-Ins to your Azure DevOps git repository. To help increase the quality of your code.
Blog Syndicated with Benedikt’s Permission


