Integrating a “FAKE – F# Make” build script into CruiseControl.NET
Since version 0.12 the FAKE build system provides an easy way to setup build configurations for CruiseControl.NET. “CruiseControl.NET is an Automated Continuous Integration server, implemented using...
View ArticlexUnit.net support in “FAKE – F# Make” 0.14
Yesterday I released “FAKE – F# Make” version 0.14 with xUnit.net support. The usage is very easy and similar to the usage of NUnit: Target "xUnitTest" (fun () -> let testAssemblies = !+...
View ArticleNew syntactic sugar for “FAKE – F# Make”– Getting rid of magic strings
The new version 0.27 of “FAKE – F# Make” comes with new syntactic sugar for build targets and build dependencies. Don’t be afraid the old version is still supported – all scripts should still work with...
View ArticleUsing a MailboxProcessor to speedup “FAKE – F# MAKE”
Earlier today I released “FAKE – F# Make” version 1.10.0. This new release contains a lot path issue fixes for Mono and a new architecture for logging and tracing. A guy named Joel Mueller had an...
View Article“Fake – F# Make” 1.33.0 released
Yesterday I released “FAKE – F# Make” version 1.33.0. This release has lots of small bug fixes and a couple of new features. Important links: Project page Download Repository Git helpers -Fake.Git.dll...
View Article"Fake – F# Make" 1.40.5.0 released – Bugfixes for CruiseControl.NET
Today I released “FAKE – F# Make” version 1.40.5.0. This release fixes some issues with CruiseControl.NET compatibility and improves the MSBuild task. Important links: Project page Download HTML...
View ArticleRunning specific targets in "FAKE – F# Make"
Most build tools allow to run a specific target via a special parameter in the command line. FAKE.exe doesn’t have such a parameter, but with a combination of the Run function and...
View ArticleMachine.Fakes 0.1.0.0 released – Built with "FAKE – F# Make" 1.50.1.0
My friend Björn Rochel (@BjoernRochel) built a really cool generic model for using fakes and automocking on top of Machine.Specifications (or MSpec) called Machine.Fakes (or mfakes). Today he released...
View ArticleReleased new AssemblyVersion tasks for FAKE
Today I released two new AssemblyInfo tasks for FAKE and marked the old one as obsolete. One advantage of the new tasks is that they only generate the specified attributes and no more. There are...
View ArticleFAKE 2.12.0 released – NancyFx edition
Today I released FAKE 2.12 with a lot of small bug fixes and improvements. The biggest feature is that we now use NancyFx for FAKE.Deploy. A big thanks to all of the 60 contributors. What’s new? Add...
View Article