I’m looking for an open source build tool for to use with .NET solutions that are kept in an SVN repository.
Obviously, PowerShell will work, as I can just script the whole thing, but I’m looking for something a little more robust than that. I’ve done my searches and turned up nothing of interest.
Basically, I’m looking for a tool that:
- Is free.
- Can kick off .NET builds and report compiler errors.
- Can pull the latest version from an SVN repository.
- Can copy files out to the proper locations.
- Has some sort of GUI, otherwise I’d just use PowerShell scripts like I said.
I’d look into using a CI tool such as:
Both are easy to install, configure, and run.
HTH.