I have two projects set up in CC.NET: CI build and nightly build.
Both of them execute the same nant script, but with different parameters.
The CCNET label (currently generated by the DefaultLabeler) is embedded into AssemblyInfo as the build part of the version (e.g *MajorVersion.MinorVersion.CCNET_Label.SVN_Revision*).
For more consistent versioning I would like both projects to share the same CCNET label value.
I have investigated the labelers that are available as part of the CC.NET installation but could not find one that does what I want.
How do I share a label value between multiple CC.NET builds?
If there is a better way to do this, I would like to know.
EDIT: Found a way. See my answer below.