I am setting up TeamCity 7 to allow managers to easily retrieve artifacts, version data, etc. from TeamCity. However, when loading artifacts, I need them to be able to easily see the version and build number.
If you click to see the details for the assembly in TeamCity, you can see the assembly number in the "Build Parameters" section. However, I need to somehow display the version number from the project configuration file and display it somewhere in Teamcity, and I would like to show it next to the buildnumber number and somewhere that is easier to find for non-technical users.
I know how to get the version number from the configuration during build, but can I save it and show it somewhere?
source
share