发布到本地 Nuget 画廊 100 秒后超时,但实际上仍然有效

发布于 2024-12-12 19:51:13 字数 392 浏览 0 评论 0原文

我们正在尝试将 Nuget 用于内部生成的包。我们已经设置了本地 nuget 服务器并验证了我们可以从 Visual studio 中看到它。如果我手动将 .nupkg 文件复制到 ~/Packages 中,它们就会显示出来,并且可以使用 nuget 包管理器将其添加到 Visual Studio 中的新项目中。

但是,当我们尝试推送到本地 nuget 服务器时,我们会遇到超时。我们无法找到任何日志或任何可以指出错误方向的内容。 .nu​​pkg 文件实际上显示在 ~/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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

忘年祭陌 2024-12-19 19:51:13

事实证明,这不是 nuget 问题,也不是我们的脚本问题。这是我们运行它的服务器。

Turns out this is not a nuget issue, or our scripts. It was the server we were running it on.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文