Skip to content

Commit 07cd2d3

Browse files
committed
Update prValidate.yml for Azure Pipelines
1 parent fa4945f commit 07cd2d3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,15 @@ steps:
5757
publishJUnitResults: true
5858
testResultsFiles: '**/TEST-*.xml'
5959
javaHomeOption: 'JDKVersion'
60-
sonarQubeRunAnalysis: false
60+
sonarQubeRunAnalysis: false
61+
62+
63+
- task: YodLabs.O365PostMessage.O365PostMessageBuild.O365PostMessageBuild@0
64+
displayName: 'Graph Client Tooling pipeline fail notification'
65+
inputs:
66+
addressType: serviceEndpoint
67+
serviceEndpointName: 'microsoftgraph pipeline status'
68+
title: '$(Build.DefinitionName) failure notification'
69+
text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. '
70+
condition: failed()
71+
enabled: true

0 commit comments

Comments
 (0)