You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: