MSBuild를 사용하여 SharePoint 2013 App Catalog for SharePoint 2013 앱 카탈로그를 어떻게 만들 수 있습니까?

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

문제

앱 프로젝트를 마우스 오른쪽 버튼으로 클릭 한 다음 "게시"를 클릭하면 Visual Studio 2012 RC에서 앱 패키지를 만들 수 있습니다.그러나 내가 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