c# - How to delete or not list my custom nuget package which is installed in my server -


can how delete custom nuget package have installed in nuget server. used following command push nugetpackage server

nuget push "test.1.0.0.0.nupkg" -s "server" "pwd"

or don't show nuget packages in manage nuget packages in visualstudio.

thanks

if talking nuget.org, can't. on nuget.org, can delist package, if knows id , version, can still pulled.

if talking self hosted nuget server, question has been answere on here: https://stackoverflow.com/a/21933415/1120092


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -