Hi SnarSourcers ,
So I’m using azure DevOps to analyze my code(azure Pipelines runs the code analysis using sonarCloud extension(Prepare then Run)). when Ceating a PR the pipeline runs.
and now I need to analyze a specific branch without passing through Azure DevOps(analyze the motioned branch just by pushing).
my question is can I do this ?
- ALM used (Azure DevOps)
- CI system used (Azure DevOps)
- SWIFT