Comment on Building .NET projects is a world of pain and here's how we should solve itparentComments−profquail12yIf you want to run on both Windows and UNIX-style systems, try FAKE (https://github.com/fsharp/FAKE). It's rapidly becoming a popular choice for building all sorts of .NET projects. Scott Hanselman recently covered it on his blog: http://www.hanselman.com/blog/ExploringFAKEAnFBuildSystemFor...−jinushaun12yOr use Rake with Albacore, a Windows/MSBuild plugin for Rake, and be done with it.
Comments
If you want to run on both Windows and UNIX-style systems, try FAKE (https://github.com/fsharp/FAKE). It's rapidly becoming a popular choice for building all sorts of .NET projects. Scott Hanselman recently covered it on his blog: http://www.hanselman.com/blog/ExploringFAKEAnFBuildSystemFor...
Or use Rake with Albacore, a Windows/MSBuild plugin for Rake, and be done with it.