lately I was having some kind of issue I can’t resolve. I was trying to have CI using TFS 2018 Update 3 so I decided to use SonarCloud to decide if builds are right to go on or not analyzing projects code. Everything was fine but suddenly I started to have this error:
and there’s nothing I can do about it.
I checked my internet connection to SonarCloud using PowerShell Invoke-WebRequest command in host machine and seems like everything’s fine and SonarCloud give me a 200 response code, so there’s connection.
SonarCloud is meant to be used with the cloud-based version of TFS, namely Azure DevOps Services (= new name for VSTS).
BTW, you can even see the orange warning message in your first screenshot saying that if you target SonarCloud, there is a dedicated extension for this (and this extension can be used exclusively on Azure DevOps Services only).