Possible Duplicate:
Use SVN Revision to Build Tags in CCNET
I am working on the installation process of CruiseControl.net and converting an Msbuild script to work with it. I would like our build number to reflect the revision number of Subversion. It seems that LastChangeLabeller should work, but everything I get is "unknown".
My ultimate goal is to format the build number with both the build number (incremented by 1) and the revision of subvariance. But now I would agree to a revision number.
Clarification: I am trying to update the build number of CruiseControl.Net. Not only version numbers in compiled results.
source
share