Skip to content

Fix symbol publishing for Nuget packages using NetCoreSDK-Publish job #3458

Closed

Description

Symbol package publishing is failing with a 409 conflict, because it is attempting to push the symbols package to nuget.org. This may be a change in the Nuget API, or a change in how we are calling Nuget. Need to investigate the root cause, but the comments at the bottom of this article: https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages suggest that Nuget may now require us to explicitly provide the source and point at nuget.smbsrc.net

  • Fix publish jobs to publish symbol packages
  • Collect symbol packages that have not been published and push to the symbol server explicitly (using the packages from the logs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions