搭建 nuget 私用库 BaGet

Posted xbzsn

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了搭建 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.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的主要内容,如果未能解决你的问题,请参考以下文章

NuGet私仓搭建使用

使用BaGet来管理内部Nuget包

轻量级NuGet—BaGet

Docker搭建私用仓库

Nexus第三章:使用Nexus搭建私有Nuget库-Windows篇

本地搭建CNPM私有库