Name | Total Commits |
---|---|
Developer 1 | 25 |
Developer 2 | 34 |
Developer 3 | 39 |
Name | Total Adds | Total Deletes | Total Edits |
---|---|---|---|
Developer 1 | 257 | 50 | 125 |
Developer 2 | 34 | 25 | 25 |
Developer 3 | 39 | 25 | 25 |
Name | Total PR's |
---|---|
Developer 1 | 25 |
Developer 2 | 34 |
Developer 3 | 39 |
Total PRs' = 65
Average Age in minutes = 653
-
- Go to Project Root folder via bash/command line
- Run npm install.
-
- Update the version number in the vss-extension.json
- Build the extension.
tfx extension create --manifest-globs .\vss-extension.json
-
Follow Step 3 of
Publish
below -
To build and publish the extension directly
tfx extension publish --rev-version --share-with <project name> --token <token here>
-
- Go to the Publisher Site
https://marketplace.visualstudio.com/manage/publishers/<PublisherID>
The above publisher id should also be present in the
vss-extension.json
file."publisher": "???",
-
If you are doing it the first time Click on
- "+" New Extension
- Select Visual Studio Team Services
- Drop the ***. vsix file in the window
-
Otherwise
- Click on the
...
next to the Extension in the list - Select the Update option in the context menu
- Drop the updated *.vsix file into the window.
- Remember to update the version number before performing the Build Step.
- Click on the
Once the Extension is installed and enabled in your domain Go to the below link to enable & authorize this extension
https://dev.azure.com/<org name>/_settings/extensions?tab=Manage&status=active