I want to create create a label (tag) in the SVN with a file's version.
I'm already renaming the artifact by getting the file version of the main executable produced by the build. Such as: MyInstaller-1.2.3.1.exe. Now I want to create a tag in the SVN called /tags/1.2.3.1. I couldn't find a way to set such a thing in the labeling pattern.
Currently my labeling is just "%system.build.number%"
Any idea about how to do this?
I'm using TeamCity Professional Version 4.5.3 (build 9035)
