Do not substitute version in bootstrap build

This commit is contained in:
Nikolay Krasko
2015-09-24 23:42:53 +03:00
committed by Nikolay Krasko
parent 2cf640463c
commit ec411444d5
+4 -1
View File
@@ -787,11 +787,14 @@
<target name="override-version">
<condition property="need.version.override">
<and>
<equals arg1="${kotlin.bootstrap.branch}" arg2="${teamcity.build.branch}"/>
<isset property="override.version.url"/>
<equals arg1="${kotlin.bootstrap.branch}" arg2="${teamcity.build.branch}"/>
<not>
<isset property="override.version.disabled"/>
</not>
<not>
<istrue value="${bootstrap.build.no.tests}"/>
</not>
</and>
</condition>