I downloaded the latest build version as well 1.5.6900.1 and I can't
for the life of me get the ccnetlabel passed into the force build
properties
<forcebuild>
<project>Release Sites</project>
<serverUri>SOMEURL</serverUri>
<parameters>
<!-- several parameters omitted for brevity -->
<namedValue name="AssemblyVersion" value="$[$CCNetLabel]" />
</parameters>
</forcebuild>
the value always comes out on the URL as blank....
I know if it was replacing it it would work because if I just replace
that value by hand than it passes that value just fine to the other
ccnet server and everything is groovy
I'm using the filelabeller
<labeller type="fileLabeller">
<labelFilePath>version.txt</labelFilePath>
<allowDuplicateSubsequentLabels>true</
allowDuplicateSubsequentLabels>
</labeller>