Azure DevOps: how to break CI build if quality gate conditions fail to meet

Hi,

This is not possible today. As explained in our docs:

How can I break the build based on the Quality Gate status?
We believe that breaking a CI build is not the right approach.

Instead, we are providing pull request decoration (to make sure that issues aren’t introduced at merge time) and we’ll soon add a way to check the quality gate as part of a Release process.

Cheers,
Daniel