dotnet-nuget-config-paths - Man Page
Lists nuget configuration files currently being appplied to a directory.
dotnet nuget config paths
This article applies to: āļø .NET 8.0.2xx SDK and later versions
Synopsis
dotnet nuget config paths [--working-directory <DIRECTORY>] dotnet nuget config paths -h|--help
Description
The dotnet nuget config paths
Lists the paths to all NuGet configuration files that will be applied when invoking NuGet commands in a specific directory.
Options
--working-directory <DIRECTORY>
Specifies the directory to start from when listing configuration files. If not specified, the current directory is used.
-?|-h|--help
Prints out a description of how to use the command.
Examples
Lists Nuget configuration files being applied to the current directory:
dotnet nuget config paths
Lists Nuget configuration files being applied to the specified directory:
dotnet nuget config paths --working-directory "C:/working-directory"
See Also
- nuGet.config reference
Info
2024-10-02 .NET Documentation