If I understand the question right, you should use a deployment project
in your solution and once you have compiled the code, then compile the
deployment project as well. This sets up the directory with only the
files you need and removes the intermediate DLL's. 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
Fetzer
Sent: Tuesday, March 04, 2008 9:32 AM
To: Nant Users
Subject: [NAnt-users] MSBuild with Web Sites

 

I've been struggling with using MSBuild on Web Sites for some time but
have never had time to bring it before an audience.  Here's what I've
been up against:

 

1)  For the web site, MSBuild creates a directory based on attributes
set in the SLN "PreCompiledWeb"

2)  In this directory, MSBuild puts a bunch of "interim dll's"

3)  In order to make the web site function without the source there
(i.e. runtime compilation), I need to deploy all of these dll's

 

My question:  Is there a way to have MSBuild create a full dll, say
WebSite.dll, instead of stopping short with all of the "interim dll's"?

 

Thanks,

Eric

 

________________________________

Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try
it now.
<http://us.rd.yahoo.com/evt=51733/*http:/mobile.yahoo.com/;_ylt=Ahu06i62
sR8HDtDypao8Wcj9tAcJ%20> 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to