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?