How to send post build message in azure DevOps YAML pipeline?
问题 I'm trying to send a post-build Slack message after the job is done/failed in a Azure DevOps YAML pipeline. But it seems I can't find a proper condition setting. Basically, I have three stages: test, build, and notification. I tried the following at last, but dependencies.UnitTest.result returns null , so not giving me Succeeded or Failed . I also tried a bunch of different conditions but they didn't work. For example, a plain succeeded() and failed() without dependencies, or succeeded('Test'