Skip to content

Commit

Permalink
Merge pull request #68558 from dibarbet/dev/dibarbet/publish_public
Browse files Browse the repository at this point in the history
Point manual publishing to public feed
  • Loading branch information
dibarbet authored Jun 12, 2023
2 parents 65a72ba + f7c861b commit a4f3bbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,9 @@ stages:
command: push
packagesToPush: '$(Build.SourcesDirectory)\artifacts\LanguageServer\*.nupkg'
allowPackageConflicts: false
feedsToUse: select
nuGetFeedType: external
publishFeedCredentials: 'DevDiv - VS package feed'
publishFeedCredentials: 'azure-public/vs-impl'
condition: succeeded()

# Publish language server package
Expand Down

0 comments on commit a4f3bbf

Please sign in to comment.