diff options
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 93e9ad7..9657a13 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -23,7 +23,7 @@ | |||
23 | 23 | ||
24 | <delete dir="../test-results" /> | 24 | <delete dir="../test-results" /> |
25 | <mkdir dir="../test-results" /> | 25 | <mkdir dir="../test-results" /> |
26 | <nunit2> | 26 | <!--nunit2> |
27 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> | 27 | <formatter type="Xml" usefile="true" extension=".xml" outputdir="../test-results" /> |
28 | <test> | 28 | <test> |
29 | <assemblies> | 29 | <assemblies> |
@@ -33,7 +33,7 @@ | |||
33 | <include name="../bin/OpenSim.Region.Environment.dll" /> | 33 | <include name="../bin/OpenSim.Region.Environment.dll" /> |
34 | </assemblies> | 34 | </assemblies> |
35 | </test> | 35 | </test> |
36 | </nunit2> | 36 | </nunit2--> |
37 | 37 | ||
38 | <zip zipfile="../${projectdir}.zip"> | 38 | <zip zipfile="../${projectdir}.zip"> |
39 | <fileset basedir="${projectdir}/"> | 39 | <fileset basedir="${projectdir}/"> |