Which/ What type of file is generated after dotnet sonarqube analysis. How to publish it in Azure Devops pipeline?
Hey there.
After SonarQube analysis, the report is sent to your SonarQube server for processing.
You can add the Publish Quality Gate Result task to your build to show the Quality Gate after it has been processed by your SonarQube server. If you’re using Developer Edition or above, you can also benefit from Pull Request Analysis/Decoration which will decorate Pull Requests with analysis information.
Since I’m going script based , may I know what type of file is generated after dotnet sonarqube analysis?