I’m new to SonarCloud, just implemented it in our build, though I haven’t been able to get a successful build yet due to the build timing out at 60 minutes - specifically at the dotnet build step. Without the SonarCloud tasks, the dotnet build task takes around 10 minutes.
Did you have the same problem without Concurrent Execution? If so I suggest you take a look at The SonarSource guide for investigating the performance of .NET analysis and that should help you understand the problem. If this just happened with Current Execution on please send us some logs as described in the article.
Yes, we’re seeing this issue with concurrent execution enabled. Unfortunately, due to it timing out, I don’t believe it’ll output the execution times as it never finishes. As we’re using a private project and a private repo on Azure Devops on Azure hosted machines, we’re set at a hard 60 minute timeout, which we’re consistently hitting.
Is there any documentation/suggestions on where to begin stripping rules out to see if we can at least get a working build and work up from there?
Firstly can you confirm that you don’t have the timeout problem with concurrent execution set to false? It would be interesting to know if concurrent execution is causing the problem. If that’s the case can you send us logs of a concurrent run please?
If the problem is with analyzing projects multiple times please refer to this section in the article I suggested
Would it be fine to PM you the logs? Working with a private repo - but more than happy to share logs. I followed your link with the following the following snippets: