Tagged Questions
5
votes
2answers
718 views
psake vs. rake for .NET builds
I'm investigating build tools for use with an ASP.NET MVC 2 application. I like the idea of using a scripting language rather than XML, and have narrowed my choices down to psake or rake. I don't have ...