Can we add more than One "Prepare analysis Configuration" tasks in a AzureDevOps pipeline

Hi Ann,

I wanted to test this scenario by Integrating SonarQube with AzureDevOps. I ran into network issues in my server ( AzureDevOps pipeline is failing with Run Analysis task failing with an Error - #2 by ganncamp). This issue is not yet resolved.

So I got below idea to simulate your suggestion ( prepare, run, publish, repeat)
I ran the same project folder with Standard scanner once and next time with MSBuild scanner. Standard scanner results are overwritten with MSBuild scanner results.

It looks like we can not configure two scanners in one pipeline.

Please let me know if you find a solution for my business case.

Regards,
Gopal.