CCNET Last Build Label Update from Build Version

I was able to create a CI project that uses GIT as a control source, and the MSBuild extension to mark assemblies based on the CCNet assembly label and complete the label replacement

I have other projects that are manually launched to publish this version on certain sites, etc.

I would like the project status in the toolbar to display the assembly label (for example, 2.1.345.0) from the assembly or from the built-in dll, so that we can easily see which version was published in the last manual trigger.

There is a lot of information about updating the assembly information for the assembly, but nothing is used to build the ifnfo version for the displayed "last assembly label"

Any ideas? Do I need to create a task to manually update the status file? it sounds a little dodgy.

Thanks in advance

+7
source share
1 answer

None of the built-in labelers do what you need, but you can probably write your own custom label.

You can find two custom source code labels here and here to get you started.

+2
source

All Articles