Connect TeamCity to Visual Studio Online

后端 未结 4 1073
难免孤独
难免孤独 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:14

    This has changed lately and the password needs to be generated.

    Navigate to your site at https://[your project].visualstudio.com/_details/security/tokens And generate a personal access token. And use it for password in your teamcity vcs root configuration. Username is your email.

    https://streamlined.no/2016/09/19/connecting-teamcity-10-vcs-root-visual-studio-team-services/

    Note: TeamCity 10 does not need the ##LIVE## workaround anymore.

提交回复
热议问题