标签: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
标签:release etc 搭建 sha zip 成功 url pkg view
原文地址:https://www.cnblogs.com/xbzsn/p/11872389.html