Showing posts with label ci. Show all posts
Showing posts with label ci. Show all posts

Saturday, January 17, 2009

psake

Introducing psake - James Kovacs:
"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 existent command-line knowledge."

Thursday, May 08, 2008

CI Server: Redefine Your Build Process with Continuous Integration

CI Server: Redefine Your Build Process with Continuous Integration:
It is a bad practice to perform dirty builds. It is even worse to perform a "sourdough" build. This is where you require a previous build be present in order to successfully build.

LOL! ...but I totally get it. Just never heard that before. Now I want some pancakes.

Wednesday, October 10, 2007