gpt4 book ai didi

nuget - TeamCity Nuget 安装程序步骤失败,提示无法找到 NuGet 可执行文件

转载 作者:行者123 更新时间:2023-12-04 11:09:29 45 4
gpt4 key购买 nike

我已经使用 Nuget 安装程序创建了一个 TeamCity 构建步骤,但是当我运行这些步骤时出现错误:

Updating sources: server side checkout
[15:35:44][Updating sources] Repository sources transferred: 112.73 KB total
[15:35:44][Updating sources] Removing C:\TeamCity\buildAgent\work\12dee9c66185ea67
[15:35:44][Updating sources] Updating C:\TeamCity\buildAgent\work\12dee9c66185ea67
[15:35:44]Parameter **"teamcity.tool.NuGet.CommandLine.DEFAULT=%teamcity.tool.NuGet.CommandLine.3.4.3%" is not fully resolved, using as is.**

Step 1/3: Nuget (NuGet Installer)
[15:25:34][Step 1/3] scan: Searching for nuget.config files
[15:25:34][scan] Found packages folder: C:\TeamCity\buildAgent\work\12dee9c66185ea67\packages
[15:25:34][scan] Failed to find repositories.config at C:\TeamCity\buildAgent\work\12dee9c66185ea67\packages\repositories.config
[15:25:34][scan] Scanning projects in solution file: C:\TeamCity\buildAgent\work\12dee9c66185ea67\Specflow.sln
[15:25:34][scan] Found project C:\TeamCity\buildAgent\work\12dee9c66185ea67\Specflow\Specflow.csproj
**[15:25:34][Step 1/3] Failed to find NuGet executable at: C:\TeamCity\buildAgent\work\12dee9c66185ea67\%teamcity.tool.NuGet.CommandLine.DEFAULT%
[15:25:34][Step 1/3] Step Nuget (NuGet Installer) failed with unexpected error**

但是我下载了下面的 Nuget.exe 是截图:
enter image description here

不确定我错过了什么?任何帮助深表感谢!
谢谢你。

最佳答案

因此,在打破我的头脑之后,我设法找到了解决方案。

在Teamcity下载nuget.exe时-管理员>集成>工具>Nuget.exe>安装版本>3.4.3

如果 teamcity 代理已经在运行并且您尝试运行新版本,则该代理永远无法检测到新安装(在本例中为 nuget.exe),因此它会失败。

解决方案-重启代理->在命令提示符C:\TeamCity\buildAgent\bin>agent.bat stop force
进而
C:\TeamCity\buildAgent\bin>agent.bat 启动。

现在转到管理>>项目名称>构建步骤>参数

  • 添加新参数
  • 配置参数
  • 名称:teamcity.tool.NuGet.CommandLine.DEFAULT
  • 值(value):浏览小盒子和
    选择-%teamcity.tool.NuGet.CommandLine.3.4.3%
  • 保存

  • 运行构建

    Nuget 安装程序步骤运行良好并恢复包。

    关于nuget - TeamCity Nuget 安装程序步骤失败,提示无法找到 NuGet 可执行文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39995862/

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