mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-09 16:33:53 +00:00
SendAlbumAsync now sets caption on first media instead of last
This commit is contained in:
parent
9209d792a5
commit
35fab21493
4 changed files with 25 additions and 6 deletions
18
.github/dev.yml
vendored
18
.github/dev.yml
vendored
|
|
@ -34,3 +34,21 @@ steps:
|
|||
publishPackageMetadata: true
|
||||
nuGetFeedType: 'external'
|
||||
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)\",
|
||||
\"commitMessage\": \"$(Build.SourceVersionMessage)\"
|
||||
}"
|
||||
}
|
||||
waitForCompletion: 'false'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue