I am trying to migrate from local TFS to Visual Studio Online. We have a rather complicated TeamCity build process that we don’t want to tidy up, so TeamCity working with VSO would be ideal.
I created alternative user credentials (according to this article ) and using these credentials in TeamCity. But when I create a new VCS in TeamCity, I get a connection error:
TF30063: You are not authorized to access https:
I tried my actual credentials (and not alternate ones) but nothing changed - same error.
I also tried using alternative credentials using the command line tool tfand could not enter alternative credentials - a window appeared asking for my LiveId.
Any idea how to fix this?
ps this is what TeamCity configuration looks like:

source
share