|
From: <te...@us...> - 2009-07-15 22:44:07
|
Revision: 4641
http://nhibernate.svn.sourceforge.net/nhibernate/?rev=4641&view=rev
Author: tehlike
Date: 2009-07-15 22:43:58 +0000 (Wed, 15 Jul 2009)
Log Message:
-----------
Modified Paths:
--------------
trunk/nhibernate/teamcity.build
Modified: trunk/nhibernate/teamcity.build
===================================================================
--- trunk/nhibernate/teamcity.build 2009-07-15 22:28:37 UTC (rev 4640)
+++ trunk/nhibernate/teamcity.build 2009-07-15 22:43:58 UTC (rev 4641)
@@ -2,13 +2,13 @@
<project name="NHibernate TeamCity Build" xmlns="http://nant.sf.net/release/0.85-rc3/nant.xsd" default="clean-configure-test">
<property name="root.dir" value="." />
<include buildfile="${root.dir}/default.build" />
-
<if test="${not property::exists('CCNetLabel') and not property::exists('build.number')}">
<fail>This build file is for use with CruiseControl.NET or TeamCity</fail>
</if>
+
<property name="build.number" value="${CCNetLabel}" if="${property::exists('CCNetLabel')}" />
- <target name="clean-configure-test" depends="cleanall init copy-teamcity-configuration package">
+ <target name="clean-configure-test" depends="cleanall init copy-teamcity-configuration build test">
</target>
<target name="copy-teamcity-configuration">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|