发布到本地 Nuget 画廊 100 秒后超时,但实际上仍然有效
我们正在尝试将 Nuget 用于内部生成的包。我们已经设置了本地 nuget 服务器并验证了我们可以从 Visual studio 中看到它。如果我手动将 .nupkg 文件复制到 ~/Packages 中,它们就会显示出来,并且可以使用 nuget 包管理器将其添加到 Visual Studio 中的新项目中。
但是,当我们尝试推送到本地 nuget 服务器时,我们会遇到超时。我们无法找到任何日志或任何可以指出错误方向的内容。 .nupkg 文件实际上显示在 ~/Packages 中,并且仍然可以使用 Visual Studio 中的 nuget 包管理器将其添加到项目中。
希望停止超时,以便当我们将新包发布到本地 nuget 服务器时,我的构建脚本不会导致构建失败。
有什么想法吗?
谢谢。
We are trying to use Nuget for our internally generated packages. We have setup a local nuget server and verified that we can see it from Visual studio. If I copy a .nupkg file into ~/Packages manually they show up and can be added to a new project in Visual Studio using the nuget package manager.
However, when we try and push to our local nuget server we get timeouts. We are unable to find any logs or anything to point us in the direction of the error. The .nupkg file actually shows up in ~/Packages, and can still be added to a project using nuget package manager in Visual Studio.
Would like to stop the timeout so my build script doesn't fail the build when we publish a new package to our local nuget server.
Any ideas?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
事实证明,这不是 nuget 问题,也不是我们的脚本问题。这是我们运行它的服务器。
Turns out this is not a nuget issue, or our scripts. It was the server we were running it on.