SonarCloud/Quality Gate Stuck in Waiting

Hi we are experiencing the same issue, is there any update on this?

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.