We have access to the SonarQube developer edition and were able to successfully integrate with Azure Devops. PR decoration works fine as long as we do not run a build in parallel.
As soon as a build in Azure Devops is ran in parallel, only the latest pushed result is used for PR decoration and quality gate checking.
Since most of our builds are ran in parallel, we cannot truely benefit from adding sonarqube to our builds. Any help on how to resolve this issue is highly appreciated.