Create build scripts for large .NET solutions

G

Guest

Hello,
Could anyone help me find an example of how to make a build script?
We are several programmers, always someone new on the project that doesn't
quite know the dependencies between assamblies.
Do simplify I want to write and maintain a script that we could use to build
the solution.

Thanks!
kk
 
Z

Zeno Lee

You can always use devenv.com in a batch file and use your solution file.

Or you can use nant which only requires the .NET Framework SDK installed on
the machine on which you are buillding your solution.
 
R

Rob R. Ainscough

how about just adding a Macro and distribute to each workstation, that way
the developer can just click on it or assign hot key from VS.NET IDE.

Rob.
 

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

Top