diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 64a8e30..f5ab7a7 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,3 +21,6 @@ steps: command: 'push' packagesToPush: '$(Build.ArtifactStagingDirectory)/**/*.nupkg;!$(Build.ArtifactStagingDirectory)/**/*.symbols.nupkg' nuGetFeedType: 'internal' + publishVstsFeed: 'WTelegramClient/WTelegramClient' + +