Posted by Kevin McKelvin on February 3, 2011 in PracticesJames Kovacs released Psake (pronounced sake, as in Japanese rice wine) – a Powershell based DSL for automated builds. After source control, the next most important step of infrastructure is a one step build process. You should ideally have a scheduled build that begins with a clean checkout of your code from your version control server and does a build of every configuration of your software that will be delivered to customers. This includes localizations, trial versions and alternate build configurations (using #if/endif). Your unit tests should also be run as part of th
Continue ReadingLeave a Comment