Comment créer un package d'applications pour le catalogue de l'application SharePoint 2013 en utilisant Msbuild?

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

Question

Je sais que je peux créer un package d'applications dans Visual Studio 2012 RC simplement en cliquant avec le bouton droit de la souris sur le projet App, puis en cliquant sur "Publier".Mais comment je peux faire la même chose avec Msbuild?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à sharepoint.stackexchange
scroll top