We're in the process of moving to Git, but currently our main codebase is on TFS.
We have a small project that needs its own build, but also needs to share a bunch of code that our main codebase uses.
Creating a new CloudBuild queue seems too heavy for this project, so we'd like to create its build in Azure Pipelines, but we're unsure if Pipeline builds support going to TFS.
Is this supported, and what's the best way to set it up?
答案 0 :(得分:1)
如果希望Azure Pipelines从内部TFS服务器获取代码,则不支持。仅当存储库位于Azure Repos中时,Azure Pipelines才能采用TFVC代码。
Azure Pipelines可以使用外部Git存储库,因此当您移至Git时,即使没有存储在Azure Repos中,也可以毫无问题地构建代码。