Use tfs to b uild a project in svn

2019-07-30 16:53发布

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?

标签: .net svn tfs core
2条回答
▲ chillily
2楼-- · 2019-07-30 17:10

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.

查看更多
forever°为你锁心
3楼-- · 2019-07-30 17:23

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:

enter image description here

查看更多
登录 后发表回答