I am developing an extension for Azure DevOps. Details of my extension are as below
Supported environment
- Azure DevOps
- TFS 2017
- TFS 2018
- DevOps server 2019
- DevOps server 2020
Language: Typescript
Contribution Points :
- ms.vss-distributed-task.task
- ms.vss-releaseManagement-web.release-summary-tab
Scopes :
- vso.build
- vso.build_execute
- vso.work_write
- vso.release
- vso.release_execute
My task is running in the release pipeline and generates some data. I want to pass these data to the release tab once the release is completed. And display some arranged information in the release tab. further user should able to view information related to a particular old release in the tab by navigating to that relase as well.
Please be kind enough to provide some guidelines for achieving this task. Please let me know if you need any additional information.
