Visual-studio – Automatize Publish of Application Web (VS2008)

automationmsbuildpublishvisual-studio-2008

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 advance. Greetings.

Best Answer

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".