mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Committing working dir fix for bamboo.build
This commit is contained in:
@@ -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}" />
|
||||
|
||||
Reference in New Issue
Block a user