You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$messageText = "Failed to create Azure Pipelines Tool-lib localization update PR. Please review the results of failed build [$($(Build.BuildId))]($($buildUrl))"
108
111
$body = [PSCustomObject]@{
109
-
text = $message
112
+
title = $titleText
113
+
text = $messageText
114
+
themeColor = "#FF0000"
110
115
} | ConvertTo-Json
111
-
112
-
Invoke-RestMethod -Uri $(slackUri) -Method Post -Body $body -ContentType 'application/json'
113
-
displayName: 'Send Slack notification about error'
116
+
Invoke-RestMethod -Uri $(MSTeamsUri) -Method Post -Body $body -ContentType 'application/json'
117
+
displayName: 'Send MS Teams notification about error'
0 commit comments