mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 14:07:41 +00:00
Upgrade to layer 136
This commit is contained in:
parent
86ac336691
commit
b4a8f9f280
4 changed files with 280 additions and 18 deletions
9
.github/release.yml
vendored
9
.github/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue