Last Updated: February 25, 2016
·
454
· rdumont

Why I stopped worrying about task runners/build tools

Read my blog post about build automation: http://blog.rodrigodumont.com/2014/03/26/why-i-stopped-worrying-about-task-runners-build-tools/

TL;DR; I don't use build tools for my .NET projects anymore. All I need is a Shell script and a bunch of ifs to act as tasks. This saves everyone hours of learning and installing new tools and DSLs.