dotnet nuget enable source

本文适用于: ✔️ .NET Core 3.1.200 SDK 及更高版本

“属性”

dotnet nuget enable source - 启用 NuGet 源。

摘要

dotnet nuget enable source <NAME> [--configfile <FILE>]

dotnet nuget enable source -h|--help

描述

dotnet nuget enable source 命令在 NuGet 配置文件中启用现有源。

自变量

  • NAME

    源的名称。

选项

  • --configfile <FILE>

    要使用的 NuGet 配置文件 (nuget.config)。 如果指定,则只使用此文件中的设置。 如果不指定,将使用当前目录中的配置文件的层次结构。 有关详细信息,请参阅常见的 NuGet 配置

示例

  • 启用名为 mySource 的源:

    dotnet nuget enable source mySource
    

请参阅