logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

This article applies to: ✔️ .NET 8.0.2xx SDK and later versions

Description

       The  dotnetnugetconfigpaths Lists the paths to all NuGet configuration files that will be applied when
       invoking NuGet commands in a specific directory.

Dotnet Nuget Config Paths

Thisarticleappliesto: ✔️ .NET 8.0.2xx SDK and later versions

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"

Name

       dotnet-nuget-config-paths - Lists nuget configuration files currently being appplied to a 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.

See Also

       • nuGet.config reference

                                                   2024-10-02                       dotnet-nuget-config-paths(1)

Synopsis

              dotnet nuget config paths [--working-directory <DIRECTORY>]

              dotnet nuget config paths -h|--help

See Also