Configure projects in monorepo

I am using SonarQube 9.9 Developer Edition, deployed on Docker.
SonarQube server is connected to Azure DevOps Server (on-premise, self managed).

We are in process of configuring the pipeline.
In Azure DevOops we use monorepo, one repository consists of many projects. Each project in separate sub folder with its own pipeline.

When I added SonarQube server tasks to the pipeline it seems that the whole repo is scanned. I need the scan to be performed only on the projects that has been built.

I saw few post about suchissue but not sure how they are relevant.
What are the options for us to make it work in Developer edition?

Hi,

The monorepo feature mainly benefits PR analysis, so that PRs in a monorepo don’t step on each other. And it starts in Enterprise Edition($$).

Additionally, your version is past EOL. You should upgrade to either the latest version or the current LTA (long-term active version) at your earliest convenience. Your upgrade path is:

9.9.* → 2025.1

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

 
HTH,
Ann