Hey there, for those used to working with WSP Builder, does anyone know of a way to get the same "Copy to hive" and "Copy to GAC" functionality in SP 2010 and VS 2010 that was in WSP Builder?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
Check out Community Kit for SharePoint: Development Tools Edition. It has Quick deploy and loads of other nifty stuff for VS2010 CKS:DEV |
|||
|
|
|
By the way WSPBuilder has a beta for 2010. If Copy to 14/GAC is all you need, you can use it as well. |
|||
|
|
There is a DeploymentTarget attribute in the Package manifest which can be set to either GlobalAssemblyCache or WebApplication, which should replicate the WSPBuilder switch. |
|||
|
|
