NetSharp

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

commit 3879bc441aa7f0d26a1592be063e4527c0693b49
parent de54bd56403ff17ebf36147a63d048ae6be89dbc
Author: MikoĊ‚aj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Thu, 11 Jun 2020 21:43:01 +0100

Removed webhook integration
Diffstat:
Mazure-pipelines.yml | 22----------------------
1 file changed, 0 insertions(+), 22 deletions(-)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -37,33 +37,11 @@ steps: projects: '**/*.csproj' arguments: '--configuration Release' -- task: InvokeRESTAPI@1 - inputs: - connectionType: 'connectedServiceName' - serviceConnection: 'Discord Webhook Service Connection' - method: 'POST' - body: | - { - "content": "Debug and Release build $(BUILD_BUILDNUMBER) succeeded." - } - waitForCompletion: 'false' - - task: DotNetCoreCLI@2 inputs: command: 'test' projects: '**/*.csproj' -- task: InvokeRESTAPI@1 - inputs: - connectionType: 'connectedServiceName' - serviceConnection: 'Discord Webhook Service Connection' - method: 'POST' - body: | - { - "content": "Tests for build $(BUILD_BUILDNUMBER) succeeded." - } - waitForCompletion: 'false' - ## We only want to build the NetSharp project, not the NetSharpExamples project. ## Users should clone the repo to run the examples. - task: DotNetCoreCLI@2