mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
release.yml: deploy & notify in stages
This commit is contained in:
parent
b697d4b5ea
commit
67fb06f357
|
|
@ -9,6 +9,8 @@ pool:
|
|||
variables:
|
||||
buildConfiguration: 'Release'
|
||||
|
||||
stages:
|
||||
- stage: publish
|
||||
jobs:
|
||||
- job: publish
|
||||
steps:
|
||||
|
|
@ -28,6 +30,8 @@ jobs:
|
|||
nuGetFeedType: 'external'
|
||||
publishFeedCredentials: 'nuget.org'
|
||||
|
||||
- stage: notify
|
||||
jobs:
|
||||
- job: notify
|
||||
pool:
|
||||
server
|
||||
|
|
@ -39,7 +43,7 @@ jobs:
|
|||
method: 'POST'
|
||||
body: |
|
||||
{
|
||||
status": "success",
|
||||
"status": "success",
|
||||
"complete": true,
|
||||
"message": "{
|
||||
\"commitId\": \"$(Build.SourceVersion)\",
|
||||
|
|
|
|||
Loading…
Reference in a new issue