"Build Deployment Package" VS2010 from script
Posted
by jifman
on Stack Overflow
See other posts from Stack Overflow
or by jifman
Published on 2010-04-22T22:42:09Z
Indexed on
2010/04/22
22:43 UTC
Read the original article
Hit count: 276
How is it possible to build a web service deployment package from script.
I can msbuild /target:rebuild /p:Configuration=Debug ".\MyProject.sln" but it does not build the deployment package.
© Stack Overflow or respective owner