aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 08980fcce3..d194978894 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}-c${build.number}']</echo>
+ <echo>##teamcity[buildNumber '${version.full}']</echo>
</target>
<target name="nightly-teamcity-publish">