nuget 打包 发布 删除

删除命令

nuget delete SEPCSRedisCore 3.3.6.2 -Source https://api.nuget.org/v3/index.json -ApiKey oy2bnacpg4lagz75254atbsv4fccbt5epomd2mxtef7ime

ApiKey  在 登录nuget .org    用户中心 配置 API keys,要勾选  Unlist package

nuget pack 发布命令  SEPCSRedisCore.nuspec (xml 文档描述)

1.通过命令 nuget setapikey  xxxxx-xxxx-xxx-xxxx-xxxx-xxxx , 设置API Key;

2.通过命令 nuget  spec 生成xxxx.nuspec文件;

3.通过命令 nuget  pack  xxxxxx.csproj 生成xxxx.nupkg文件;

3.通过命令 nuget  pack  SEPCSRedisCore.nuspec 生成xxxx.nupkg文件;

4.通过命令 nuget.exe push xxxxx.nupkg -Source https://www.nuget.org ,将NuGet发布到服务器。

5 可以通过登录nuget.org 上传

SEPRedisCore

3.6.6.2

kason

kason

http://opensource.org/licenses/MS-PL

https://gitee.com/guangzhou_cyclone_network_906202066/redis-code.git

false

Bug fixes and performance improvements

SEPCSRedisCore

Copyright ©2020 SEP

你可能感兴趣的:(nuget 打包 发布 删除)