Thank you !, SonarScanner and Sonarqube Community we need to install for .net.
How to integrate SonarScanner with Teamcity for CI/CD . I saw Jenkins have out of box plugin.
Could you please share document ,TeamCity with SonarScanner integration process for CI/CD?
We need both Stand alone and CI/CD (TeamCity)for code scanning…
Teamcity With Sonar community edition need to configure, Any plugin exist or how to configure manually
In document mentioned Developer edit is required for azure pipeline and other also Analyze projects with Azure Pipelines - Integrate analysis into your build pipeline. Starting in Developer Edition, the SonarQube Extension running in Azure Pipelines jobs can automatically detect branches or pull requests being built, so you don’t need to specifically pass them as parameters to the scanner
If you’re running a commercial edition, then you should be able to script analysis of all your branches. But firing the pipeline for a change in a branch is really a TeamCity question.