Skip to content

Commit a4f3bbf

Browse files
authored
Merge pull request #68558 from dibarbet/dev/dibarbet/publish_public
Point manual publishing to public feed
2 parents 65a72ba + f7c861b commit a4f3bbf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines-official.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,9 @@ stages:
317317
command: push
318318
packagesToPush: '$(Build.SourcesDirectory)\artifacts\LanguageServer\*.nupkg'
319319
allowPackageConflicts: false
320+
feedsToUse: select
320321
nuGetFeedType: external
321-
publishFeedCredentials: 'DevDiv - VS package feed'
322+
publishFeedCredentials: 'azure-public/vs-impl'
322323
condition: succeeded()
323324

324325
# Publish language server package

0 commit comments

Comments
 (0)