MSBuildを使用してSharePoint 2013アプリカタログ用のアプリパッケージを作成する方法

sharepoint.stackexchange https://sharepoint.stackexchange.com//questions/43191

質問

App Projectを右クリックして[Publish]をクリックするだけで、Visual Studio 2012 RCでAppパッケージを作成できることを知っています。しかし、MSBUILDと同じことができるのですか?

役に立ちましたか?

解決

It works quite nice with command below

msbuild /t:Package <YourProjectNameHere> /p:Configuration=Release /p:Platform="Any CPU" /p:OutputPath=<OutgoingPath>

Please also check this post http://social.msdn.microsoft.com/Forums/en-US/appsforsharepoint/thread/34fad52e-31fa-400f-ba94-dbfd97a7cc43

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top