SonarQubePrepare@7 and SonarQubeAnalyze@7 (Azure pipeline task version)
API Language Dotnet 8
Previously we were using SonarQubePrepare@5 and SonarQubeAnalyze@5 for sonaranalyzes task and everything was working fine. after upgrading task version to 7, we started facing unexpected issues such as,
It started scanning in every Folders inside the azure repo instead of scanning the specific folder for which the pipeline is triggered.
In addition to this the analysis getting failed due to analysis checking all the folder. (In specific it check every tsconfig.json file which are available in repo)