- Version: * Enterprise Edition * Version 8.3.1 (build 34397)
- We have a repo with 87k LOC mainly C#. In Azure pipelines when I do restore packages and build the solution it takes ~7-9 minutes for whole process. When I include SonarQube Scan it jumps to 35+ minutes. Is this expected behavior? we want to lower the amount of time of the scan as much as possible.
- We have beefed up the server and turned off debug logging in SQ but did not produce any notable results.
I went to the scan times and it actually only takes 2 minutes, but I am guessing the data collections of SQ start while the project is building that adds the extra time.
Edit: added more information