> RadControls
> script
> site
> style
>
>
> On Thu, Sep 4, 2008 at 3:48 PM, Bob Archer <[EMAIL PROTECTED]> wrote:
>
>> See answers inline below.
>> --
>>
>> *From:* spatemp spatemp [mailto:[EMAIL PROTECTED]
cher <[EMAIL PROTECTED]> wrote:
> See answers inline below.
> --
>
> *From:* spatemp spatemp [mailto:[EMAIL PROTECTED]
> *Sent:* Thursday, September 04, 2008 3:07 PM
> *To:* Bob Archer
> *Cc:* nant-users@lists.sourceforge.net
> *Subject:* R
See answers inline below.
From: spatemp spatemp [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 04, 2008 3:07 PM
To: Bob Archer
Cc: nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] how to publish or output to a directory with
msbuildtask
ok
ok. So, by default Output path is set to bin\ folder and the solution is
doing the build on say "Release" configuration. By setting output path to
some folder other then say bin\, will it copy all .aspx etc.. for web
application.
Basically I am looking for what publishing a site does from MSBUILD
I think the easiest way to do this is to set up a build configuration in
your solution that specifies where you want the output to go to.
Other than that you can just use the copy task after the msbuild task to
move your files.
You may also want to look at creating a web deployment projec