Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 983 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 983 Bytes

A tool to send messages to wechat in Azure DevOps pipline.


First you must create a SCKEY from ftqq

ftqq_SCKEY

Then you must create a connection in Azure DevOps project setting.

azureDevops_AddConnection

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