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.
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.
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).
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!
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.