I'm working on azure devops pipeline and using Azure devops global Notification to send email. Currently I'm able to send my custom error message on mail by using below commands.
echo "##vso[task.logissue type=error]Invalid User Input -- Variables with empty values or with only white spaces found!"
Same i want to send on mail for success custom message by azure devops notification something as below mention ##vso[task.complete result=Succeeded;] all user input value is successfully validated
but for success or other logs message it is not sending on mail..
Read more here: https://stackoverflow.com/questions/67002227/can-we-send-log-of-custom-success-message-on-mail-in-azure-devops-pipeline-by-us
Content Attribution
This content was originally published by abhishek at Recent Questions - Stack Overflow, and is syndicated here via their RSS feed. You can read the original post over there.