SonarQube - QualityGate - application .netCore

I have a .netCore 6.0 application that is running on SonarQube with quality below the permitted level.
The task I am using - task: SimondeLang.sonar-buildbreaker.sonar-buildbreaker.sonar-buildbreaker@8 does not work correctly.
On the SonarQube panel it shows that the coverage failed, but my pipeline for this task shows success… I noticed that there was an update to the plugins in the azuredevops of the SonarQube Server and SonarQube build break. My sonar is in version: * Developer Edition * v9.9.8 (build 100196)
Tasks I use and their versions:

task: SonarSource.sonarqube.15B84CA1-B62F-4A2A-A403-89B77A063157.SonarQubePrepare@5
task: SonarSource.sonarqube.291ed61f-1ee4-45d3-b1b0-bf822d9095ef.SonarQubePublish@5
task: SonarQubeAnalyze@5
task: SimondeLang.sonar-buildbreaker.sonar-buildbreaker.sonar-buildbreaker@8
I need help to make the breakbuild task work as expected… all the paths where the files are generated are correct

Hi,

Welcome to the community!

Your version is past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:

9.9.8 → 2025.1.1 → 2025.2 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

Regarding your question, we don’t offer or support that build breaker. You should take a look at our ADO Quality Gate task.

 
HTH,
Ann

1 Like