R – CruiseControl.NET and TFS Labeller

continuous integrationcruisecontrol.nettfs

I'm facing a very simple issue but I can't find the right tool: We (in our team) currently build our Web App (.NET 3.5SP1 Based) with CC.NET, getting source code from SubVersion.

We're moving to TFS2005 (already used by other teams) but I can't find the equivalent of the SvnVersionLabeller; the specific labeller gets the latest version from the (specified) SubVersion server so I can align both Build Labels and DLLs Version.

Is there anyone already did it ? Should I do it by myself?

Am I moving in the wrong way?

We're currently using CC.NET also because we've 3 Build Servers in 3 different countries connected with slow data connection.

Best Answer

Finally I decided to write my own TFS Labeller for CruiseControl.NET .

Here's the url of the project on CodePlex: http://tfsrevisionlabeller.codeplex.com

Related Topic