Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Nuget 批量上传到sonatype nexus3_Nuget_Nexus_Nuget Server - Fatal编程技术网

Nuget 批量上传到sonatype nexus3

Nuget 批量上传到sonatype nexus3,nuget,nexus,nuget-server,Nuget,Nexus,Nuget Server,我们目前有一个带有klondike前端的nuget服务器,它将所有包存储在一个简单的文件夹中 我们希望将所有软件包上载到新的nexus3服务器 我该怎么办 我可以将文件复制到文件夹中吗?目前最好的方法是通过powershell/其他一些Windows巫术来编写脚本,循环遍历包并将其发布到Nexus Repository 3。如果你这样做了,让我知道,我们可以添加任何你想出的帮助其他用户

我们目前有一个带有klondike前端的nuget服务器,它将所有包存储在一个简单的文件夹中

我们希望将所有软件包上载到新的nexus3服务器

我该怎么办


我可以将文件复制到文件夹中吗?

目前最好的方法是通过powershell/其他一些Windows巫术来编写脚本,循环遍历包并将其发布到Nexus Repository 3。如果你这样做了,让我知道,我们可以添加任何你想出的帮助其他用户