I migrated a Web Site project (with Web Deployment project) from VS2008 to VS2010. Now I can make "Build Deployment Package" for Web Deployment Project in VS2010 and it works great! But I can't find a way how to do the same via MSBuild.
|
I answer on my one question. So after a lot of googling and 2 days of investigation it finally works. Brief how to:
For information: If you need you can use standard Web Publishing parameters (e.g. ExcludeApp_Data, DeployIisAppPath etc.) in the QA configuration section. |
||||
|
|
|
Try MSBuild YourProject.csproj /T:Package That should generate a deployment package. This page, How to: Use MSBuild to Create a Web Package might give a bit more information, but not much. HTH, Z |
|||||||
|