publish plugin dist before test run is completed
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
|
<!-- Set to false to disable compiler's javadoc generation. Speeds up the build -->
|
||||||
<property name="generate.javadoc" value="true"/>
|
<property name="generate.javadoc" value="true"/>
|
||||||
|
|
||||||
<property name="output" value="${basedir}/dist"/>
|
<property name="output.relative" value="dist"/>
|
||||||
|
<property name="output" value="${basedir}/${output.relative}"/>
|
||||||
<property name="kotlin-home" value="${output}/kotlinc"/>
|
<property name="kotlin-home" value="${output}/kotlinc"/>
|
||||||
<property name="build.number" value="snapshot"/>
|
<property name="build.number" value="snapshot"/>
|
||||||
<property name="output.name" value="kotlin-${build.number}"/>
|
<property name="output.name" value="kotlin-${build.number}"/>
|
||||||
@@ -464,6 +465,7 @@
|
|||||||
<zip destfile="${output}/${output.name}.zip">
|
<zip destfile="${output}/${output.name}.zip">
|
||||||
<zipfileset prefix="kotlinc" dir="${kotlin-home}"/>
|
<zipfileset prefix="kotlinc" dir="${kotlin-home}"/>
|
||||||
</zip>
|
</zip>
|
||||||
|
<echo message="##teamcity[publishArtifacts '${output.relative}/${output.name}.zip']"/>
|
||||||
</target>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user