Connect TeamCity to Visual Studio Online

后端 未结 4 1074
难免孤独
难免孤独 2020-12-11 06:34

I\'m trying to migrate from on-premises TFS to Visual Studio Online. We have quite elaborate TeamCity build process that we don\'t want to migrate away from, so having Team

4条回答
  •  一整个雨季
    2020-12-11 07:27

    Well, I could not use Alternate credentials as I use it in many build configurations and it was set up to poll every 60 seconds. So I had to do much manual work to fix it up. Instead, I generated a Personal Access Token and in the Team City VCS setup for Git I entered "username" as the username and pasted the PAT into the password. That worked much better and more stable than Alternate credentials, which kept getting disabled because of background polling on behalf of Team City.

提交回复
热议问题