chriseldredge / vulcan

Continuous Integration server
GNU General Public License v2.0
0 stars 1 forks source link

Add optional support for starting .NET with mono #102

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The DotNet build environment should allow the user to specify a path to
mono.exe.  If set, mono should be used to start the given program.  This
will allow unix machines that are not setup to natively execute MSIL
programs to work.  Also, it will allow windows machines to use mono instead
of the default runtime to execute NAnt.

Original issue reported on code.google.com by chris.eldredge@gmail.com on 20 Jul 2007 at 1:43

GoogleCodeExporter commented 9 years ago
Instead, provide documentation on how to write a wrapper shell script to 
accomplish same.

Original comment by chris.eldredge@gmail.com on 20 Jul 2007 at 1:48