release.yml: deploy & notify in stages

This commit is contained in:
wiz0u 2021-08-09 14:43:16 +02:00
parent b697d4b5ea
commit 67fb06f357

View file

@ -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)\",