Bamboo 中的 NuGet 包恢复
NuGet Package Restore in Bamboo
我正在使用 Bamboo 来构建 ASP .NET 项目并按照下面提到的步骤进行操作 post。
在构建 运行 之后,我发现它在下载 nuget 包时失败,并且以下消息出现在摘要选项卡上。
未找到失败的测试,可能发生了编译错误。
所以我查看了日志选项卡,这就是我得到的
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.Google' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.Google.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.MicrosoftAccount' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.MicrosoftAccount.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.OAuth' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.OAuth.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Web.Infrastructure' 的版本“1.0.0”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Web.Infrastructure.1.0.0'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.Twitter' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.Twitter.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Modernizr' 的版本“2.6.2”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Modernizr.2.6.2'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Respond' 的版本“1.2.0”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Respond.1.2.0'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'WebGrease' 的版本“1.5.2”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'WebGrease.1.5.2'。
2016 年 8 月 10 日 09:59:09
2016 年 8 月 10 日 09:59:09 使用的 NuGet 配置文件:
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Roaming\NuGet\NuGet.Config
2016 年 8 月 10 日 09:59:09
2016 年 8 月 10 日 09:59:09 使用的 Feed:
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache
2016 年 8 月 10 日 09:59:09
2016 年 8 月 10 日 09:59:09 已安装:
2016 年 8 月 10 日 09:59:09 5 个包到 packages.config 个项目
我能够通过将 source 参数添加到我的 nugate 命令来解决问题。
"C:\Users\user\bamboo-home\nuget\nuget.exe" 恢复“${bamboo.build.working.directory}\atlassianaspnet\atlassianaspnet.sln”-来源“https://www.nuget.org/api/v2;https://www.nuget.org/api/v3”
我正在使用 Bamboo 来构建 ASP .NET 项目并按照下面提到的步骤进行操作 post。
在构建 运行 之后,我发现它在下载 nuget 包时失败,并且以下消息出现在摘要选项卡上。
未找到失败的测试,可能发生了编译错误。
所以我查看了日志选项卡,这就是我得到的
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.Google' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.Google.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.MicrosoftAccount' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.MicrosoftAccount.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.OAuth' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.OAuth.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Web.Infrastructure' 的版本“1.0.0”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Web.Infrastructure.1.0.0'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Microsoft.Owin.Security.Twitter' 的版本“3.0.1”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Microsoft.Owin.Security.Twitter.3.0.1'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Modernizr' 的版本“2.6.2”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Modernizr.2.6.2'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'Respond' 的版本“1.2.0”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'Respond.1.2.0'。
2016 年 8 月 10 日 09:59:09 无法找到软件包 'WebGrease' 的版本“1.5.2”。
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache:在源 'C:\Users\user\AppData\Local\NuGet\Cache' 上找不到包 'WebGrease.1.5.2'。
2016 年 8 月 10 日 09:59:09
2016 年 8 月 10 日 09:59:09 使用的 NuGet 配置文件:
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Roaming\NuGet\NuGet.Config
2016 年 8 月 10 日 09:59:09
2016 年 8 月 10 日 09:59:09 使用的 Feed:
2016 年 8 月 10 日 09:59:09 C:\Users\user\AppData\Local\NuGet\Cache
2016 年 8 月 10 日 09:59:09
2016 年 8 月 10 日 09:59:09 已安装:
2016 年 8 月 10 日 09:59:09 5 个包到 packages.config 个项目
我能够通过将 source 参数添加到我的 nugate 命令来解决问题。
"C:\Users\user\bamboo-home\nuget\nuget.exe" 恢复“${bamboo.build.working.directory}\atlassianaspnet\atlassianaspnet.sln”-来源“https://www.nuget.org/api/v2;https://www.nuget.org/api/v3”