This tool will allow the developers to upload the .JS/.CSS/.ASPX/.MASTER/.HTM/.HTML/.TXT/.DWP files to the SharePoint online from Visual Studio Context menu. Following are the options available to perform 1. Checkout the file from SharePoint Online. 2. Upload the file to SharePoint Online. 3. Checkin the file to SharePoint Online. 4. Create Target Folders in SharePoint Online This tool will help to have the code file and SPO/O365 always in sync with the source control Management . After the installation of the extension, perform the following steps to use this tool 1. Open the Project/Solution file in VS . 2. In Solution Explorer, right click any file type (as mentioned above) and look for the Context Menu item VSSync4SPO. 3. On Mouse over, Click on Add Mapping File. 4. This will add an mapping file at the Project Level "VSSync4SPO.config". (Donot change the file Name). 5. Enter the details of the Site Url, UserName and Password in the Site section of the config file. 6. Enter the mapping details of the files with the relative path (.csproj relative) of the local file and server relative url of the SPO document library where the file needs to be uploaded. 7. Then, right click the file which needs to be uploaded in the solution explorer to view the VSSync4SPO. 8. On mouse over of VSSync4SPO, you should be able to view following options "Checkout from SPO"/Upload to SPO/Checkin to SPO/Create Target Folders.. Note: This tool is not yet enabled for federated authentication like ping.. etc. |