搭建 nuget 私用库 BaGet

https://github.com/loic-sharma/BaGet

https://github.com/loic-sharma/BaGet/releases

wget https://github.com/loic-sharma/BaGet/releases/download/v0.3.0-preview2/BaGet.zip

unzip BaGet.zip -d baget

cd baget

dotnet BaGet.dll

外部临时访问解决方法
export ASPNETCORE_URLS="http://*:5000"

成功
http://192.168.244.130:5000/v3/index.json

推送
dotnet nuget push -s http://192.168.244.130:5000/v3/index.json Blog.Web.1.0.0.nupkg

posted @ 2019-11-16 17:02  哈啾小包子  阅读(188)  评论(0编辑  收藏  举报