This Azure Boards extension provides roadmap capability for Epic > Feature > PBI.
- Create Shared Search
Automation\Roadmap\Latest
These instructions only apply if you want to modify the extension.
Download and install the following tools
- Visual Studio Code
- Node LTS (make sure its Node LTS - tested with Node 16)
If you would prefer not to install the npm packages globally, you can add them to devDependencies in your
package.json
file and invoke them with scripts. You can use the package.json in this repo as a template for scripts and to ensure you have the correct versions of packages in your extension.
npm install
- Follow instructions
- Acquire a Personal Access Token (PAT)
Once your ready to test, perform the following:
- Publish the package to the marketplace. You will be prompted for your PAT.
npm run publish:dev
. - Bring up the local environment.
npm run start:dev
- Open MS Edge
- No Debug: You can use your regular browser and access https://localhost:3000.
- Debug: Use VS Code launch "Launch Edge" configuration.
- In MS Edge, accept the self-signed certificate.
- Make sure to accept the self-signed certificate in the launched browser if you are in debug mode as this is a different MS Edge environment.
- Ensure you have installed your extension for your organization.
- Browse to the project/organzation.
- Publish the package to the marketplace. You will be prompted for your PAT.
npm run publish
.
This extension is based upon Azure DevOps Extension Hot Reload and Debug and Azure DevOps Web Sample Extension .