Task and Build Managers


Intro

This page has info on many task and build managers (think of "make" in Linux or "msbuild" in Windows)



List


  • psake



PSake


"PSake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to script because it leverages your existing command-line knowledge".  Src: https://github.com/psake/psake