Notify elmah.io when you deployThis extension notifies elmah.io when you create a new build or deployment from Azure DevOps. By telling elmah.io about your software versions, you can track how your deployments are performing, in terms of the number of warnings and errors generated by each release. UsageGo to the elmah.io Deployment Tasks extension on the Azure DevOps Marketplace and click the Get it free button: Select your organization and click the Install button: The task supports both Pipelines and Releases. No matter which approach you choose, you will need to replace PipelinesFor Pipelines, edit your pipeline and click the Show assistant button. Search for 'elmah.io deploy' and click the elmah.io Deployment Notification task: The task uses the current build number ( That's it! Azure DevOps will now notify elmah.io every time the pipeline is executed. ReleasesFor Releases, edit your release pipeline and add the elmah.io Deployment Notification task. Fill in all fields as shown here: The task uses the current release name ( That's it! Azure DevOps will now notify elmah.io every time the release pipeline is executed. |