Hi Team,
Need a suggestion for the below issue:
Issue No : 1
We have been configuring the sonar cloud in the Azure pipelines (CI/CD pipelines)
Once the PullRequest has been raised automatically,the azure pipeline will trigger and do its job
-
After including the sonarcloud task,we have been facing the memory management issue because of the sonar cloud scanning.The entire build is getting failed due to its scanning time
-
MSBuild itself taking more than 15 min,due to this my entire build is failing, its showing that memory is not there for making the build
Here i attached the article for the memory management issue,Exactly what we are facing(Visual Studio Feedback)
Issue No :02
Now we are planning to start the sonar cloud scanning for the particular pull request
we kept our git repository in Azure.We are not getting any point for running the scan via manual with the connection of azure portal
Need a solution for this particular issue.Thanks in advance