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