Hi, i have a paid plan of Sonar cloud analysis. Can i use the scanner on apps that have source code in Azure DEVOPS, but does not build
Any link on how to do it will be helpful.
I’m currently using the scanner on Azure CICD setup apps.
Scanner for MSBuild really need a full build (not sure if it’ll work with a partial failed one) to show its potential and be able to provide relevant data to the upcoming analysis.
In your use case, why not using SonarLint instead ? It will pinpoint pretty much all issues that you have currently in your code, right into your IDE.