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?

有帮助吗?

解决方案

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)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top