我已经运行了这个命令
..paketpaket.exe push url "[ip]" file "bin" apikey "jenkins:jenkins" endpoint "/nuget/dev"
我得到一些东西
Pushing package bin to http://[ip]/nuget/dev - trial 1
Could not push bin: The remote server returned an error: (400) Bad Request.
但是我可以通过浏览器访问服务器。我哪里出了问题以及如何推送我的包nuget服务器
当nuget存储库中已经存在具有相同名称和版本号的包时,可能会发生这种情况。
这最初是对这个问题的评论,但有些人发现这是解决方案,所以我在这里添加
我发现问题,文件应该是nuget包文件。为了获得该文件,我们需要进行nuget构建,并获得nuget包文件——在我的情况下,该文件是在bin路径中创建的,并在"file"参数中给出该文件的路径。