Upload files to DropBox from PowerShell

When I migrated our build to Cake (C# Make) we had one requirement which was to upload some of the build output's artifacts to DropBox at the end of the build.

Continue reading

Moving to Cake (C# Make)

I finally invested time to migrate our build from a heteroclite mixture of MSBuild, TeamCity build steps and whatever to something that really delight me: Cake (C# Make).

Continue reading

Rebooting my blog

Mar 29, 2016

After almost 6 years using BlogEngine.NET and a bit more of a year without any new post I decided that it was time to reboot my blog!

Continue reading

TeamCity 9 project settings versioning in Git

Dec 13, 2014

One of the great new feature of TeamCity 9 is the possibility of Storing project settings in Git and Mercurial.

When you develop software it is primordial to be able to reproduce successfully builds. To achieve that goal you need for sure first to version the source code. But too often the build scripts are forgotten! Especially when the build scripts are created with such a great tool that is TeamCity.

Continue reading

Page 14 of 146