Azure Dev Ops extension project which generate report for university project.
Add SRS extension to Azure Dev Ops project, that can generate report.
Node.js
- First using git, clone this repository:
git clone https://github.com/rengetsu/AzureDevOps.git
- To install run the following command in Node.js command promt in repository folder:
npm install
- After run the following command to create extension:
npx tfx extension create
- Than .vsix extension will be generated you need to add it to Visual Studio marketplace:
marketplace.visualstudio.com
- Last step add this extension to your Azure DevOps project.