diff options
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 3f6c123988..f900b0e298 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1321,7 +1321,7 @@ <!-- Tell TeamCity the build name. Have to do it this way, because --> <!-- this script needs to get the plain build number as a parameter. --> - <echo>##teamcity[buildNumber '${version.full}']</echo> + <echo>##teamcity[buildNumber '${version}-c${build.number}']</echo> </target> <target name="nightly-teamcity-publish"> |