Ease Github Pull Request code review
Even if online Github Pull Request is a nice and effective tool, in some situation you need to open your solution in Visual Studio to verify something.
Even if online Github Pull Request is a nice and effective tool, in some situation you need to open your solution in Visual Studio to verify something.
In the past in my team, we were storing the Telerik assemblies into our SVN repository then in Git! I wasn't happy about that for a really long time. Each releases our repository was growing much more than it was needed for nothing!
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).