Multiple configuration project

We have repository of three projects (products) on git. All three products build from almost the same code (they vary in some definitions and thus include some of different source files).

I have prepared Devops pipeline, where I prepare (using task SonarCloudPrepare@1) and build all the three configurations with the build-wrapper-win-x86-64.exe and I run tasks SonarCloudAnalyze@1 and SonarCloudPublish@1 for each of them.

All tasks finish with no error. But at Extensions tab of build results (DevOps), I can see all the results, which point to the same SonarCloud alalysis.

How can I see individual reports for each configuration / product?
Thanks for help,
Vito.

Hi @whitto , welcome to the community.

You need to target multiple SonarCloud projects for each configuration in order to have report for each of them.

HTH,
Mickaël

1 Like