Show / Hide Table of Contents

AzureDevOps Setup

For repositories hosted on Azure DevOps with Pull Requsts policies active, the sidebar needs an Personal Access Token (PAT).
To create a PAT got to https://dev.azure.com/acadon/_usersSettings/tokens and hit new Token.
New PAT in AzureDevOps

Name the Token "acadon_sidebar", select a custom defined expiration date as far in the future as possible and set the Scopes to "Full Access".
New PAT in AzureDevOps

Hit create and copy the token. Open your %APPDATA%\ADC\setup.json file and add

"AzureDevOpsPAT": "MY COPIED PAT"

to the json file.

Back to top Generated by DocFX