Is it possible to host Nuget packages and symbols on the same server?

StackOverflow https://stackoverflow.com/questions/19589177

  •  01-07-2022
  •  | 
  •  

Вопрос

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