I am using SourceSafe 2005, and I have a project in VB.NET Framework 4.
What I want is a way to automate the build process and hopefully integrate easy deployment. I’d like to be able to send an automated notification when a build is made that lists the comments of the SourceSafe check-in’s in the body of the message.
I’ve looked at a few options and some of them are confusing. I’ve seen it implemented with SVN, nAnt and CruiseControl, but it looks like it might take ages to set up being a novice of the aforementioned technologies.
What would be the easiest way to set something like this up in your opinion?
If I have to start using SVN for this, then that would also be a possibility.
I recommend TeamCity It supports SourceSafe and building of SLN’s or via MSBUILD.