How can I build a SharePoint 2010 package using command line?

后端 未结 4 1129
庸人自扰
庸人自扰 2020-12-06 03:11

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

4条回答
  •  温柔的废话
    2020-12-06 03:32

    Set the MSBuild's verbosity to 'maximum' and you should see what is called from the build console.

    In VS2010 of course :)

提交回复
热议问题