Automated builds?

F

Frank Oquendo

Is there a tool that will generate a batch or make file for web apps? My
client has the .NET Framework but not Visual Studio so I'd like to send
them something that can automate the build process should they decide to
modify the source code on site.

--
There are 10 kinds of people. Those who understand binary and those who
don't.

http://code.acadx.com
(Pull the pin to reply)
 
C

Chad Z. Hower aka Kudzu

Frank Oquendo said:
Is there a tool that will generate a batch or make file for web apps? My
client has the .NET Framework but not Visual Studio so I'd like to send
them something that can automate the build process should they decide to
modify the source code on site.

Something like this?

http://www.atozed.com/finalbuilder


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"


ELKNews - Get your free copy at http://www.atozedsoftware.com
 
S

Scott Allen

Nant (http://nant.sourceforge.net/) is an open source build tool. It
comes with Slingshot - which should be able to turn a .sln into a Nant
build file that just uses csc. You'd have to install Nant instead of
VS.NET, so not sure if that is exactly what you are looking for.


HTH,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,044
Latest member
RonaldNen

Latest Threads

Top