This is a second question based on the same situation described in my last question.
We have a number of projects that get built several times, as they are included in several different solutions. Yet we only want them to be analyzed once, each as part of a specific solution. How do we exclude these project from analysis when analyzing the other solutions? I have tried passing /d:sonar.visualstudio.skippedProjectPattern=...
on the MSBuild.SonarQube.Runner command line but it seems to have no effect.