All of our Azure DevOps pipelines that include the Publish Quality Gate Result task are failing since the latest update.
##[error][SQ] Unable to find report task file.
##[error]Invalid or missing task report. Check that the analysis finished successfully.
SonarQube Enterprise v9.9, deployed via zip.
SonarQube Extension in Azure DevOps v5.14 updated automatically yesterday
Tasks were succeeding prior to this latest update.
@rybowdenAccess (et al).
After reaching out to support and generating a detailed log of the build pipeline, we found that the Prepare and Run Analysis tasks in the pipeline were set to v4. Once I updated those tasks to v5 to match the Publish Quality Gate Result task, the pipeline succeeded without issue.
An update has been done for SonarQube extension, should be rolled out anytime soon.
To test the fix properly, you should see the following versions in the pipeline :
SonarQubePrepare - 5.15.0
SonarQubeAnalyze - 5.15.0
SonarQubePublish - 5.2.0