diff --git a/ci.yml b/ci.yml index d8191f8..d6920b0 100644 --- a/ci.yml +++ b/ci.yml @@ -1,5 +1,5 @@ -trigger: -- master +trigger: master +pr: none name: 0.7.1-alpha.$(Rev:r) diff --git a/release.yml b/release.yml index abcc582..d581c0d 100644 --- a/release.yml +++ b/release.yml @@ -26,3 +26,19 @@ steps: publishFeedCredentials: 'nuget.org' +- task: InvokeRESTAPI@1 + inputs: + connectionType: 'connectedServiceName' + serviceConnection: 'Telegram Deploy Notice' + method: 'POST' + body: | + { + status": "success", + "complete": true, + "message": "{ + \"commitId\": \"$(Build.SourceVersion)\", + \"buildNumber\": \"$(Build.BuildNumber)\", + \"teamProjectName\": \"$(system.TeamProject)\" + }" + } + waitForCompletion: 'false'