I have an existing visual studio solution in a git repository that I have decided to migrate into Visual Studio Team Services. The git migration goes excellent, I can see my code in the portal and I seem to be able to do my basic git commands from within Visual Studio Team Explorer.
However, now as I have started to work with the continuous integration part of VSTS I realize that I am not actually connected to VSTS from my Visual Studio solution. As soon as I try to Manage Connection and then connects to my VSTS project my open solution closes itself. If I then tries to manually open my solution again I automatically lose the connection to VSTS.
I am assuming there is a connection I need to set somewhere, but I can't find where.
I have also tried to clone my repository again from the VSTS portal (Clone to Visual Studio). This just opens an instance of Visual Studio but will not clone any code.