* Committing working dir fix for bamboo.build
parent
2b886ab9f0
commit
abce091e8d
|
@ -6,7 +6,7 @@
|
||||||
</target>
|
</target>
|
||||||
<target name="cibuild">
|
<target name="cibuild">
|
||||||
<property name="projectdir" value="opensim-0.5.5" />
|
<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" />
|
<nant buildfile="../OpenSim.build" target="build" />
|
||||||
|
|
||||||
<delete dir="../${projectdir}" />
|
<delete dir="../${projectdir}" />
|
||||||
|
|
Loading…
Reference in New Issue