force a clean before the build to see if this makes bamboo

fail less often.
0.6.0-stable
Sean Dague 2008-09-10 18:12:02 +00:00
parent f970597194
commit 1776d4d84e
1 changed files with 1 additions and 0 deletions

View File

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