mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2026-04-04 14:07:41 +00:00
Try to use .NET 6.0 RC2 SDK and embed README.md in nuget package
This commit is contained in:
parent
248b7d7f5a
commit
ec6fb6c0c0
2 changed files with 9 additions and 1 deletions
7
.github/dev.yml
vendored
7
.github/dev.yml
vendored
|
|
@ -11,6 +11,13 @@ variables:
|
|||
buildConfiguration: 'Release'
|
||||
|
||||
steps:
|
||||
- task: UseDotNet@2
|
||||
displayName: 'Use .NET Core sdk'
|
||||
inputs:
|
||||
packageType: 'sdk'
|
||||
version: '6.0.x'
|
||||
includePreviewVersions: true
|
||||
|
||||
- task: DotNetCoreCLI@2
|
||||
inputs:
|
||||
command: 'pack'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue