We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65a72ba + f7c861b commit a4f3bbfCopy full SHA for a4f3bbf
azure-pipelines-official.yml
@@ -317,8 +317,9 @@ stages:
317
command: push
318
packagesToPush: '$(Build.SourcesDirectory)\artifacts\LanguageServer\*.nupkg'
319
allowPackageConflicts: false
320
+ feedsToUse: select
321
nuGetFeedType: external
- publishFeedCredentials: 'DevDiv - VS package feed'
322
+ publishFeedCredentials: 'azure-public/vs-impl'
323
condition: succeeded()
324
325
# Publish language server package
0 commit comments