Branch analysis is not reflecting properly on SonarQube

SonarQube version 7.9
Sonar Scanner 4.6.2

I have integrated SonarQube with Azure DevOps Pipeline for React, .NET Application.
When I am running pipeline for master branch all the folders are getting analyzed. But when I am trying to run analysis for Dev Branch the analysis is done for only changed files and I can see an info like INFO: SCM collecting changed files in the branch in the logs of Run code analysis task for this I have tried this property sonar.scm.exclusions.disabled=true but still getting the same results.

Thanks

Hi,

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:

7.9 → 8.9.10 → 9.9.6 → 10.6 (last step optional)

You may find these resources helpful:

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

If your error persists after upgrade, please come back to us.

 
Ann

Thank you.