Use tfs to b uild a project in svn

走远了吗. 提交于 2019-12-11 07:38:30

问题


We have our source code (ASP.NET Core) within a svn repository. Now for Continuous Integration, we want to use TFS to build and deploy to Azure WebApp. We can't migrate our code to tfs..

Is this possible?


回答1:


Subversion is a natively supported repository type when defining builds since TFS 2015 Update 1. You should be able to choose it on the "Repository" tab.

There is a walkthrough available on VisualStudio.com.




回答2:


You can build code you manage in Subversion in TFS 2017. You must install the Subversion client on your build agents. Check: https://www.visualstudio.com/en-us/docs/build/define/repository#subversion

In the Repository of Build Definition, choose Subversion type:



来源:https://stackoverflow.com/questions/42647942/use-tfs-to-b-uild-a-project-in-svn

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!