You can use this solutions:
<target name="Compile" description="compile solution using msbuild">
<exec program="${MsBuild.Exe}">
<arg
value="${CCNetWorkingDirectory}\src\CISample.sln"/>
<arg value="/nologo"/>
<arg value="/verbosity:normal"/>
<arg value="/t:rebuild"/>
<arg value="/p:Configuration=${mode}"/>
</exec>
</target>
But if you want others ways you can look inside
CIFactory
http://www.cifactory.org
or
Subtext build script
http://subtext.svn.sourceforge.net/viewvc/subtext/trunk/SubtextSolution/SubT
ext-CCNET.build?view=log
HTH
makka
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"MbUnit.User" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/MbUnitUser?hl=en
-~----------~----~----~----~------~----~------~--~---