NuGet@0 - NuGet 命令 v0 任务

NuGet@0已弃用。 请改用 NuGetCommand 任务。 它与新的工具安装程序框架配合使用,因此你无需等待任务更新即可轻松使用新版本的 NuGet,更好地支持此组织/集合外部的经过身份验证的源,并且默认使用 NuGet 4。

语法

# NuGet command v0
# Deprecated: use the “NuGet” task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this organization/collection, and uses NuGet 4 by default.
- task: NuGet@0
  inputs:
    command: # string. Required. Command. 
    #arguments: # string. Arguments.
# NuGet Command v0
# Deprecated: use the “NuGet” task instead. It works with the new Tool Installer framework so you can easily use new versions of NuGet without waiting for a task update, provides better support for authenticated feeds outside this account/collection, and uses NuGet 4 by default.
- task: NuGet@0
  inputs:
    command: # string. Required. Command. 
    #arguments: # string. Arguments.

输入

command - 命令
string. 必需。

指定要运行的 NuGet 命令。 将 值设置为 Custom 以添加参数或使用其他命令。 允许的值为 restorepackcustompush


arguments - 参数
string.

指定将传递给 NuGet.exe 以供执行的命令和参数。 如果使用 NuGet 3.5 或更高版本,则项目集合生成服务有权访问的此组织或集合中任何源的身份验证命令(如 listrestorepublish )将自动进行身份验证。


任务控制选项

除了任务输入,所有任务都有控制选项。 有关详细信息,请参阅 控制选项和常见任务属性

输出变量

无。

要求

要求 说明
管道类型 YAML,经典内部版本,经典版本
运行平台 Agent、DeploymentGroup
需求
功能 此任务不满足作业中后续任务的任何要求。
命令限制 任意
可设置的变量 任意
代理版本 2.144.0 或更高版本
任务类别
要求 说明
管道类型 YAML,经典内部版本,经典版本
运行平台 Agent、DeploymentGroup
需求
功能 此任务不满足作业中后续任务的任何要求。
命令限制 任意
可设置的变量 任意
代理版本 2.115.0 或更高版本
任务类别