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

后端 未结 4 1128
庸人自扰
庸人自扰 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:52

    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"

提交回复
热议问题