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..