Search code examples
svnversion-controltfsbuild-automationtfvc

Can I replace source control part of TFS, but still use build automation?


We use TFS for source control and build automation. I know that there are products that will integrate Subversion with the Visual Studio IDE, but I'm wondering is it possible to do this and continue using the build automation component of TFS or does using that require that you use TFS for the source control also?


Solution

  • TFS 2015 (and VSO, of course) have a build system that can integrate with any of the following options:

    1. TFVC
    2. TFS-hosted Git
    3. External Git repository

    There's no option for SVN at the moment.