Pergunta

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?

Foi útil?

Solução

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)

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top