Is there a way to create CI with Sourcesafe

I want to create a CI for my company, and we use Sourcesafe as our repository.

I want to know if there is a way to create a CI build process using Sourcesafe?

I read some CI process with TFS and GIT (svn) but can't find an article for Sourcesafe?

What should I do?

+1
source share
5 answers
+6
source
+3
source

I believe that you can use TeamCity with SourceSafe.

+1
source

Our Parabuild provides Continuous Integration for Visual SourceSafe out of the box. This is a fully supported configuration.

+1
source

Visual Source Safe is the work of the devil.

I would also send Subversion + TeamCity.

0
source

Source: https://habr.com/ru/post/1303382/


All Articles