views:

41

answers:

1

Hi all,

I have a solution sln and several projects (vbproj, csproj). I have web project, and I need automatize Publish (like menu option in VS2008).

Can I replicate VS2008 "Publish Web Site" from command line ??

any help about it, please ?

Thanks in advanced. Greetings.

A: 

I did something of softs using the MSBUILD functions along with MSBUILD Community Tasks.

By manually editing the .csproj/.vbproj you can accomplish the same thing done by the "Publish Web Site".

Paulo Santos