"build-all-function" also compiles all contained solutions by default

This commit is contained in:
eeichinger
2009-08-04 15:12:19 +00:00
parent 5b91c090a4
commit 21f3cdd67a

View File

@@ -874,7 +874,7 @@ Commandline Examples:
<!-- <call target="${nant.target.root.name}-mono-2.0" /> -->
<!-- build all vs solutions -->
<call target="build-solutions" if="${test.full}" />
<call target="build-solutions" />
</target>
<target name="daily-build-1.1">