200 Views
Collection of Ruby Rake code snippets for manipulating files and directories during continuous integration process
2 comments
dpeterson
11/11/2011 11:16:11 AM
I like to do my builds with Rake as well, although I would recommend the albacore project (http://albacorebuild.net/) instead.
IndraKurniawan
11/11/2011 11:37:52 AM
I tried albacore; I prefer executing msbuild manually to build my projects, adding the parameter as I like than learning another layer of abstraction. For the other albacore tasks, I will use them if needed.