What do you mean 'deployment package'? like a tar.gz or .zip that contains a website? We currently use Nant to generate our deployment package. We build all our asp.net projects through nant, then deploy them by copying everything in the folder excluding .cs, .resx, etc files.
If you're interested, I've made a much smaller asp.net support patch. It does not change how any solution is built (it doesn't need to), it just enables ASP.NET running/debugging with the various IDE's (monodevelop, vs2002/3/5). You can grab a copy here, since I cannot add files to this task:
Logged In: YES
user_id=288230
Originator: NO
What do you mean 'deployment package'? like a tar.gz or .zip that contains a website? We currently use Nant to generate our deployment package. We build all our asp.net projects through nant, then deploy them by copying everything in the folder excluding .cs, .resx, etc files.
If you're interested, I've made a much smaller asp.net support patch. It does not change how any solution is built (it doesn't need to), it just enables ASP.NET running/debugging with the various IDE's (monodevelop, vs2002/3/5). You can grab a copy here, since I cannot add files to this task:
http://pablo.etoxn.ca/prebuild_aspnet_lite.txt