Question
Azure DevOps and Robohelp Source
I did the following to make RoboHelp Source work with Azure DevOps Git...
To setup source control with Robohelp, perform the following actions:
- Create a Master repository location in AzureDevOps.
- Clone the Master repository location within your local machine.
- Set your Robohelp Project file to the Master repository location within your
local machine. - Save your Project file.
- In Visual Studio 2019, Team Explorer, click Show Folder View.
- Right click the .xpj file and then click Open With.
- In the Open With dialog, click Add.
- Browse to the Robohelp.exe file to select it.
- Highlight Robohelp in the Open With window and then click Default.
- Right click inside the Solutions Explorer and then select Go to Git Changes from the shortcut menu.
- Highlight the appropriate files and then enter a Branch comment.
- Select Commit All and Push to check-in the files to the server.
- Suggestion: Use Staged for specific files.
