Question

I have private Nuget server and recently I decided to add symbol packages. Unfortunately after I add symbols.nupkg files, server started to return following error:

A single resource was expected for the result, but multiple resources were found.

and Nuget Package Explorer shows doubled packages (with same name and version). Do symbols packages need their own server, or I did something wrong?

Was it helpful?

Solution

ProGet is both a NuGet and Symbol Server; to publish both to the same feed, you simply put the symbols in the same package, and publish. The free version supports this as well.

(disclaimer: I work for Inedo)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top