* Committing working dir fix for bamboo.build

0.6.0-stable
Adam Frisby 2008-04-23 12:10:29 +00:00
parent 2b886ab9f0
commit abce091e8d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
</target>
<target name="cibuild">
<property name="projectdir" value="opensim-0.5.5" />
<exec program="mono" commandline="../bin/Prebuild.exe /target nant" />
<exec program="mono" commandline="../bin/Prebuild.exe /target nant" workingdir="../" />
<nant buildfile="../OpenSim.build" target="build" />
<delete dir="../${projectdir}" />