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
Set the MSBuild's verbosity to 'maximum' and you should see what is called from the build console.
In VS2010 of course :)