I'm setting up our TeamCity 7 environment to allow managers to fetch artifacts, version data etc. easily from TeamCity. However, upon downloading artifacts, I need them to be able to easily see the version and build number.
If you click to see the details for a build within TeamCity, you can see the build number under "Build Parameters". However, I need some way to display the version number from the project configuration file and display it somewhere in Teamcity, and I'd like to show it alongside the buildnumber and somewhere that's easier to find for non-technical users.
I do know how to get the version number from the config during the build, but can I save it and display it somewhere?