This is a dedicated watch page for a single video.
You have a project in Azure DevOps named Project that has a release pipeline in Azure Pipeline named ReleaseP1. You need to ensure that when a new release is generated for ReleaseP1, a new release note document is created. The release notes must contain new features and bug fixes. Which three actions should you perform in sequence? ACTIONS Create a personal access token (PAT) Create a service principal Create a PowerShell task in ReleaseP1 that writes the retrieved data to a —markdown file Create a query that retrieves the feature and bug fix information Add a dashboard widget that retrieves the feature and bug fix information