gpt4 book ai didi

c# - VSTS 无法加载源 401 的服务索引

转载 作者:行者123 更新时间:2023-11-30 18:14:10 27 4
gpt4 key购买 nike

我知道关于相同签名的其他帖子。经过他们之后,我仍然无法解决我的问题。

我的团队使用 VSTS 的构建定义进行持续集成。 enter image description here

此构建定义在最后一个拉取请求之前工作正常。我在 Nuget 恢复期间遇到了下面的错误信息

2018-06-20T00:37:27.6438127Z System.AggregateException: One or more errors occurred. ---> NuGet.Protocol.Core.Types.FatalProtocolException: Unable to load the service index for source https://microsoft.pkgs.visualstudio.com/_packaging/CBT/nuget/v3/index.json. ---> System.Net.Http.HttpRequestException: Response status code does not indicate success: 401 (Unauthorized).

我有https://microsoft.pkgs.visualstudio.com/_packaging/CBT/nuget/v3/index.json在 nuget.config 中,失败的 PR 中的 nuget.config 中没有任何变化

我可以使用 VS2017 在我的本地计算机上成功地恢复和构建整个解决方案。 PR 中唯一相关的更改是它不再使用 package.config,而是使用 packagereference 来获取 nuget 包。我尝试重新使用 package.config,构建仍然会失败并显示相同的错误消息。

提前致谢。

最佳答案

您可以在指定的 nuget.config 文件中使用凭据(PAT 或备用凭据)更新 VSTS 源。

如:

nuget sources update -Name "vstsfeed" -Source https://microsoft.pkgs.visualstudio.com/_packaging/CBT/nuget/v3/index.json -Username "Alternate username" -Password "alternate password" -configfile /path/to/nuget.config

然后您可以提交对 nuget.config 文件的更改并推送到 VSTS 存储库。并再次构建以检查它是否有效。

关于c# - VSTS 无法加载源 401 的服务索引,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50939072/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com