NuGetRestore@1 - NuGet 还原 v1 任务

使用此任务还原 NuGet 包,以准备 Visual Studio 生成步骤。

重要

此任务已弃用。 使用它的内部版本将在 2023 年 11 月 27 日中断。 请尽快切换到使用 NuGetCommand@2restore 选项。 有关详细信息,请参阅 从NuGetInstaller@0或NuGetRestore@1迁移。

使用此任务还原 NuGet 包,以准备 Visual Studio 生成步骤。

使用此任务还原 NuGet 包,以准备 Visual Studio 生成步骤。

语法

# NuGet Restore v1
# Restores NuGet packages in preparation for a Visual Studio Build step.
- task: NuGetRestore@1
  inputs:
    solution: '**/*.sln' # string. Required. Path to solution, packages.config, or project.json. Default: **/*.sln.
    selectOrConfig: 'select' # 'select' | 'config'. Required. Feeds to use. Default: select.
    #feed: # string. Optional. Use when selectOrConfig = select. Use packages from this Azure Artifacts feed. 
    #includeNuGetOrg: true # boolean. Optional. Use when selectOrConfig = select. Use packages from NuGet.org. Default: true.
    #nugetConfigPath: # string. Optional. Use when selectOrConfig = config. Path to NuGet.config. 
  # Advanced
    #noCache: false # boolean. Disable local cache. Default: false.
    #packagesDirectory: # string. Destination directory. 
    #verbosity: 'Detailed' # '-' | 'Quiet' | 'Normal' | 'Detailed'. Verbosity. Default: Detailed.
# NuGet Restore v1
# Restores NuGet packages in preparation for a Visual Studio Build step.
- task: NuGetRestore@1
  inputs:
    solution: '**/*.sln' # string. Required. Path to solution, packages.config, or project.json. Default: **/*.sln.
    selectOrConfig: 'select' # 'select' | 'config'. Required. Feeds to use. Default: select.
    #feed: # string. Optional. Use when selectOrConfig = select. Use packages from this VSTS feed. 
    #includeNuGetOrg: true # boolean. Optional. Use when selectOrConfig = select. Use packages from NuGet.org. Default: true.
    #nugetConfigPath: # string. Optional. Use when selectOrConfig = config. Path to NuGet.config. 
  # Advanced
    #noCache: false # boolean. Disable local cache. Default: false.
    #packagesDirectory: # string. Destination directory. 
    #verbosity: 'Detailed' # '-' | 'Quiet' | 'Normal' | 'Detailed'. Verbosity. Default: Detailed.

输入

解决方案、packages.config或 project.json 路径
string。 必填。 默认值:**/*.sln

解决方案、packages.config或引用要还原的包的 project.json 文件的路径。


selectOrConfig - 源以使用
string。 必填。 允许的值:select(我在此处选择的源),config(我的 NuGet.config中的源)。 默认值:select

指定要使用的源(s)。 使用 select 值从 VSTS 和/或 NuGet.org 指定一个源。 通过将 nuget.config 文件提交到源代码存储库并使用 config 值设置其路径来指定多个源。


feed - 使用此 Azure Artifacts 源中的包
string。 可选。 当 selectOrConfig = select时使用。

在生成的 NuGet.config 文件中包括指定的 VSTS 源。


feed - 使用此 VSTS 源中的包
string。 可选。 当 selectOrConfig = select时使用。

在生成的 NuGet.config 文件中包括指定的 VSTS 源。


includeNuGetOrg - 使用来自 NuGet.org的包
boolean。 可选。 当 selectOrConfig = select时使用。 默认值:true

在生成的 NuGet.config中包含指定的 NuGet.org 源。


nugetConfigPath - NuGet.config 的路径
string。 可选。 当 selectOrConfig = config时使用。

指定存储库中 NuGet.config 的路径,该路径指定要从中还原包的源。


noCache - 禁用本地缓存
boolean。 默认值:false

防止 NuGet 使用本地计算机缓存中的包。 等效于 -NoCache NuGet.exe 命令行参数。


packagesDirectory - 目标目录
string

指定在其中安装包的文件夹。 如果未指定文件夹,包将还原到 packages/ 文件夹中,以及所选解决方案、packages.configproject.json。 等效于 -PackagesDirectory NuGet.exe 命令行参数。


verbosity - 详细程度
string。 允许的值:-QuietNormalDetailed。 默认值:Detailed

指定输出中显示的详细信息量。


任务控制选项

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

输出变量

没有。

要求

要求 说明
管道类型 YAML,经典版本,经典版本
运行时间 代理,DeploymentGroup
需求 没有
功能 此任务不满足作业中后续任务的任何要求。
命令限制 任何
Settable 变量 任何
代理版本 2.144.0 或更高版本
任务类别 封装件
要求 说明
管道类型 YAML,经典版本,经典版本
运行时间 代理,DeploymentGroup
需求 没有
功能 此任务不满足作业中后续任务的任何要求。
命令限制 任何
Settable 变量 任何
代理版本 2.115.0 或更高版本
任务类别 封装件