Debugging private NuGet packages?

后端 未结 6 1861
耶瑟儿~
耶瑟儿~ 2020-12-28 12:14

I\'ve published some private/internal libraries as NuGet packages, using the symbols option. The packages and symbols are hosted on an internal network share. How can I ste

6条回答
  •  被撕碎了的回忆
    2020-12-28 13:16

    There are a couple options; one is to set-up & configure your own symbol server.

    You could also download Inedo's ProGet, enable symbol serving on the target feed, and then publish your packages to ProGet. All of this can be done with the free edition of ProGet.


    disclaimer -- my day job is at Inedo

提交回复
热议问题