I'd like to send an email when we deploy on staging, and the email should contain the tasks, or the Pull Requests (title) that will be added to the environment. Is there a way to do this? I thought about comparing the Pull Requests' creation data, with the latest deploy's date, but I don't know if is this possible. I'm not too experienced with Azure DevOps pipelines, and I'm curious if this is possible?
Asked
Active
Viewed 6,022 times
1 Answers
1
By default, Azure DevOps sends an email notification to team members after the compilation succeeds or fails.
To create it for CI/CD pipeline check here the complete steps to configure email setting.
For more information please refer this SO THREAD: Best way to send email notification in an Azure DevOps build pipeline

AjayKumarGhose
- 4,257
- 2
- 4
- 15