码迷,mamicode.com
首页 > 其他好文 > 详细

搭建 nuget 私用库 BaGet

时间:2019-11-16 17:45:00      阅读:54      评论:0      收藏:0      [点我收藏+]

标签:release   etc   搭建   sha   zip   成功   url   pkg   view   

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

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

wget https://github.com/loic-sharma/BaGet/releases/download/v0.2.0-preview1/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

搭建 nuget 私用库 BaGet

标签:release   etc   搭建   sha   zip   成功   url   pkg   view   

原文地址:https://www.cnblogs.com/xbzsn/p/11872389.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!