Thursday, March 24, 2016

step by step to branch a SharePoint App in TFS with Visual Studio

After we complete the development of a new Sharepoint App. we deploy it to production, then we start the new requirment or enhancement.

we should create a branch copy for continue development and exsiting project for bug fixing.

step one Create a branch base on the existing project



step two Load the branchec project and expand the SharePoint App Part Project. highlight the
AppManifest.xml and select View Code from popup menu



Step Three. Change Name Value and use New Guid ID for RemoteWebApplication Client Id




Step Four. Select the web application project, then right click on it, select properties from the popup menu.








Step Five, Select the Web from the left menu and change the project URL with new virtual directoires





Step Six Register the New Sharepoint App Part in the Sharepoint Development Server.
with New RemoteWebApplicationID and Project Url.

http://YourSharepontDevServer/sites/dev/_layouts/15/appRegnew.aspx











No comments:

Post a Comment