A tool to send messages to wechat in Azure DevOps pipline.
First you must create a SCKEY from ftqq
Then you must create a connection in Azure DevOps project setting.
Or,You can use this task in azure-pipelines.yml
- task: wangshuai.Message.send-message-task.SendToftqq@0
displayName: 'Send message to ftqq'
inputs:
ftqqConnection: ftqqConnection
text: 'send by Azure DevOps pipline'
firs,you must add a Generic connection named by ftqqConnection