How I do Continuous Integration with my C# / F# projects – part II: Setting...
In the last post I showed how easy it is to install Subversion and how it can be integrated into Visual Studio 2008 via AnkhSVN. This time we will set up a Continuous Integration server and configure a...
View ArticleHow I do Continuous Integration with my C# / F# projects – part III: Running...
In the last two posts I showed how to set up a Subversion (part I: Setting up Source Control) and a TeamCity server (part II: Setting up a Continuous Integration Server). This time I will show how we...
View ArticleHow I do Continuous Integration with my C# / F# projects – part IV: Adding a...
In the last 3 posts I show how to set up a Continuous Integration environment for F# or C# projects with Subversion (part I), TeamCity (part II) and NUnit (part III). This time I want to show how we...
View ArticleModifying AssemblyInfo and Version via FAKE – F# Make
In the last two articles I showed how we can set up FAKE to make an automated build and how we can use it with FxCop. This time we will use FAKE’s AssemblyInfo task in order to set a specific version...
View ArticleIntegrating a “FAKE – F# Make” build script into TeamCity
Easy TeamCity integration is one of the major goals for the FAKE build system. “TeamCity is a Java-based build management and continuous integration server from JetBrains, creators of IntelliJ IDEA and...
View Article