We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4945f commit 07cd2d3Copy full SHA for 07cd2d3
.azure-pipelines/prValidate.yml
@@ -57,4 +57,15 @@ steps:
57
publishJUnitResults: true
58
testResultsFiles: '**/TEST-*.xml'
59
javaHomeOption: 'JDKVersion'
60
- sonarQubeRunAnalysis: false
+ 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