nuget 批量上传解决方案中的程序包

在解决方案文件夹下执行powershell命令

Get-ChildItem -r -Filter *.nupkg | ForEach-Object -Process{ nuget add $_.FullName -source \\DESKTOP-amazing\NugetServer ;}
posted @ 2022-11-15 15:42  helloamazing  阅读(18)  评论(0编辑  收藏  举报