摘要:
Nexus Repository OSS 支持的仓库类型 安装方法(使用docker) 命令: sudo docker run -d \ --name nexus3 \ --restart=always \ -p 8088:8088 \ -p 8081:8081 \ -p 5000:5000 \ - 阅读全文
摘要:
1.Nuget仓库 使用NuGetPackageExplorer打包制作自己的nupkg https://github.com/NuGetPackageExplorer/NuGetPackageExplorer 选择Create 点击编辑按钮,根据实际填写 左边部分,可以录入一些包中的基础信息,包括 阅读全文