Is there a task for this (none in the MSDN docs). If not, I found "msbuild MyWeb.sln /p:Configuration=Release" suggested on the msdn website - but how do I know if this will generate the merged website?
I've also noticed that the directory PrecompiledWeb is not created if I run my Web Deployment project directly within VS 2005 but it is created if I do the above.
david@windwa...
Member
422 Points
138 Posts
MSBuild task for Web Deployment?
Dec 05, 2006 02:35 AM|LINK
Is there a task for this (none in the MSDN docs). If not, I found "msbuild MyWeb.sln /p:Configuration=Release" suggested on the msdn website - but how do I know if this will generate the merged website?
I've also noticed that the directory PrecompiledWeb is not created if I run my Web Deployment project directly within VS 2005 but it is created if I do the above.
thanks - dave