Upgrade to layer 136

This commit is contained in:
Wizou 2021-12-30 12:14:41 +01:00
parent 86ac336691
commit b4a8f9f280
4 changed files with 280 additions and 18 deletions

9
.github/release.yml vendored
View file

@ -14,6 +14,9 @@ stages:
jobs:
- job: publish
steps:
- checkout: self
persistCredentials: true
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
@ -37,6 +40,12 @@ stages:
nuGetFeedType: 'external'
publishFeedCredentials: 'nuget.org'
- script: |
git tag $(Build.BuildNumber)
git push --tags
workingDirectory: $(Build.SourcesDirectory)
displayName: Git Tag
- stage: notify
jobs:
- job: notify