NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 1172866ee3dd6d2cfa23721a539db23eba285d6e
parent 3a79f40b59d4c683b306328d437ffbf7c388c3c3
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Fri, 12 Jun 2020 15:31:08 +0100

Merge branch 'master' of https://github.com/EnderRifter/NetSharp

Diffstat:
Mazure-pipelines.yml | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -76,3 +76,12 @@ steps: TreatNotIndexedAsWarning: true SymbolsVersion: '2.\*' +## Discord webhook to report job status +- task: ado-discord-webhook@1 + inputs: + channelId: '720999005181575198' + webhookKey: 'SlpZzjgTkvvl5dL4Ih_woGvPZj4qc2dTp1Oey9FMKkbjq2mrKMpkzqvGk8TtPzba2iMn' + name: 'Azure Pipelines Status' + avatar: 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Favatars.slack-edge.com%2F2019-01-17%2F528389819366_e7a0672f0480b3e98d21_512.png&f=1&nofb=1' + messageType: 'content' + content: '[Build $(Build.BuildId)](https://github.com/mblenczewski/NetSharp/commit/$(Build.SourceVersion)) OS=$(Agent.OS), Arch=$(Agent.OSArchitecture), Status=**$(Agent.JobStatus)**'