AMEZING77

View the Project on GitHub AMEZING77/AMEZING77

Nuget与Gitlab,拉包与发包(手动)

参考gitlab官方文档

拉包

如何为本地程序配置nuget.config

### 使用PowerShell生成config文件
```CSharp
dotnet new nugetconfig//在当前目录下生成nuget.config文件

alt text

具体配置