NetSharp

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

commit d07841acce0fd513aaee515686aa505e9a1e8c3f
parent 1dd8e2b86814623039cd7eba412264be14b6a008
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Fri, 12 Jun 2020 15:01:10 +0100

Slightly changed webhook content
Diffstat:
Mazure-pipelines.yml | 25+++++++------------------
1 file changed, 7 insertions(+), 18 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -37,29 +37,11 @@ steps: projects: '**/*.csproj' arguments: '--configuration Release' -- task: ado-discord-webhook@1 - inputs: - channelId: '720999005181575198' - webhookKey: 'SlpZzjgTkvvl5dL4Ih_woGvPZj4qc2dTp1Oey9FMKkbjq2mrKMpkzqvGk8TtPzba2iMn' - name: 'Azure Pipelines' - avatar: 'https://cdn.vsassets.io/content/icons/favicon.ico' - messageType: 'content' - content: 'Builds succeeded!' - - task: DotNetCoreCLI@2 inputs: command: 'test' projects: '**/*.csproj' -- task: ado-discord-webhook@1 - inputs: - channelId: '720999005181575198' - webhookKey: 'SlpZzjgTkvvl5dL4Ih_woGvPZj4qc2dTp1Oey9FMKkbjq2mrKMpkzqvGk8TtPzba2iMn' - name: 'Azure Pipelines' - avatar: 'https://cdn.vsassets.io/content/icons/favicon.ico' - messageType: 'content' - content: 'Tests succeeded!' - ## We only want to build the NetSharp project, not the NetSharpExamples project. ## Users should clone the repo to run the examples. - task: DotNetCoreCLI@2 @@ -94,3 +76,10 @@ steps: TreatNotIndexedAsWarning: true SymbolsVersion: '2.\*' +## Discord webhook to report job status +- task: ado-discord-webhook@1 + inputs: + channelId: '720999005181575198' + webhookKey: 'SlpZzjgTkvvl5dL4Ih_woGvPZj4qc2dTp1Oey9FMKkbjq2mrKMpkzqvGk8TtPzba2iMn' + messageType: 'content' + content: '$(Build.BuildId) Build **$(Agent.JobStatus)**!'