Baget 私有化nuget
Baget下载
1、下载运行
方法一:cmd运行
dotnet BaGet.dll --urls http://*:8002
http://localhost:8002
方法二:bat脚本运行Baget
创建Start.bat
dotnet BaGet.dll --urls http://*:8002
运行Start.bat
方法三:部署成Window服务
NSSM部署window服务_nssm install-CSDN博客
2、上传nupkg包
cmd运行
dotnet nuget push -s http://localhost:8002/v3/index.json {{包名}}.nupkg
3、VisualStudio 配置Baget