If you have a build with multible MSBuild tasks in the form
- Prepare analysis on SonarQube
- Build with MSBuild
- Run Code Analysis
- Publish Quality Gate Result
You will see multible entries of quality gate status in the SonarQube Analysis Report section of the build summary.
However there is no hint to which project the Quality Gate is linked. The name of the SQ Project should be listet as Header right before the Quality Gate state. A workaround does exists since you see the SQ Project if you hover over the “Detailed Sonar Qube report >” link and check the url.