dotnet命令安装nuget包原

dotnet nuget add source http://192.168.3.222:8081/repository/nuget-hosted/ -n 192.168.3.222

因为是在用jenkins打包,且jenkins是单独的服务器,默认是没有安装自己搭建的nuget仓库地址的。所以需要在jenkins上手动配置自己的nuget仓库地址,才能restore自己的nuget包。执行以上命令即可。

dotnet nuget add source [仓库地址] -n [仓库名称]

具体参考官方文档:https://docs.microsoft.com/zh-cn/dotnet/core/tools/dotnet-nuget-add-source

上一篇:sublime text3 取消显示路径path的方法


下一篇:基于abp vnext制作项目脚手架