This is a mirror of official site: http://jasper-net.blogspot.com/

Executing build tasks without a build server – Design

| Sunday, July 3, 2011
At work we run TFS2010 with build controllers, build agents and lab management. I have customised the build workflow so that we can get a lot more functionality out of the automated build process. Some of these customisations are things like:

    Finding the product version number
    Incrementing the product version number
    Updating the build name with the new product version
    Updating files prior to compilation
    Updating files after compilation
    Building Sandcastle documentation
    Deploying MSIs to remove servers
    Filtering drop folder output (no source, just build output like configuration files, documentation and MSIs)

I use CodePlex at home for my personal projects. This means that I don’t get all the goodness that comes with TFSBuild in 2010. I still want the automatic version management functionality listed above however. I have the following functionality requirements to make this happen:

    Determine the current product version number


Read more: Rory Primrose
QR: Executing-build-tasks-without-a-build-server-%E2%80%93-Design.aspx

Posted via email from Jasper-net

0 comments: