Nader
(Nader)
28
Hi we are experiencing the same issue, is there any update on this?
Joe
(Joe)
29
Hello @Nader , please try adding these parameters in the SonarQubePrepare task:
sonar.pullrequest.vsts.instanceUrl=$(System.TeamFoundationCollectionUri)
sonar.pullrequest.vsts.project=$(System.TeamProject)
sonar.pullrequest.vsts.repository=$(Build.Repository.Name)
as described here:
If that works, please let us know here.