dotnet nuget disable source
此文章適用於:✔️ .NET Core 3.1.200 SDK 與更新的版本
名稱
dotnet nuget disable source
:停用 NuGet 來源。
概要
dotnet nuget disable source <NAME> [--configfile <FILE>]
dotnet nuget disable source -h|--help
描述
dotnet nuget disable source
命令會停用 NuGet 設定檔中的現有來源。
引數
NAME
來源名稱。
選項。
--configfile <FILE>
要使用的 NuGet 組態檔 (nuget.config)。 若已指定,僅會使用此檔案中的設定。 若未指定,則將使用當前目錄中組態檔的階層。 如需詳細資訊,請參閱常見的 NuGet 組態。
範例
停用名稱為
mySource
的來源:dotnet nuget disable source mySource