I have a Visual Studio 2010 SharePoint project. If I choose \'Package\' from the project menu, a .wsp file is generated. How can I invoke the same build from command line (i
This is also a useful document here: http://msdn.microsoft.com/en-us/ff622991.aspx
"To generate packages when building in TFS 2010, set the parameter /p:IsPackaging=True on MSBuild"