mirror of
https://github.com/wiz0u/WTelegramClient.git
synced 2025-12-06 06:52:01 +01:00
renamed YAML files
This commit is contained in:
parent
dcec9ea622
commit
ca42bf406c
|
|
@ -112,3 +112,4 @@ Here are the main expected developments:
|
|||
|
||||
------------
|
||||
[](https://dev.azure.com/wiz0u/WTelegramClient/_build/latest?definitionId=7&branchName=master)
|
||||
[](https://badge.fury.io/nu/WTelegramClient)
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ steps:
|
|||
- task: NuGetCommand@2
|
||||
inputs:
|
||||
command: 'push'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.*upkg'
|
||||
packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg'
|
||||
nuGetFeedType: 'external'
|
||||
publishFeedCredentials: 'nuget.org'
|
||||
|
||||
Loading…
Reference in a new issue