This project generates an Azure DevOps extension.
The schema has been changed to enable multiple template support. See Schema sample
The project depends on a few Azure DevOps packages:
- azure-devops-extension-sdk: Required module for Azure DevOps extensions which allows communication between the host page and the extension iframe.
- azure-devops-extension-api: Contains REST client libraries for the various Azure DevOps feature areas.
Some external dependencies:
TypeScript
- Samples are written in TypeScript and complied to JavaScriptwebpack
- Is used to gather dependencies into a single javascript bundle for each sample.
Just run:
npm run build
This produces a .vsix file which can be uploaded to the Visual Studio Marketplace