I am using Windows 10 and and dotnet 2.2. When I install a tool like this:
dotnet tool install -g mydotnet-tool
Where does dotnet put this tool? I know you can specify the path on installing a tool but I am looking for the default global dotnet tool path.
According to the docs, the default global installation paths are:
%USERPROFILE%\.dotnet\tools
$HOME/.dotnet/tools
In Windows, this means the full path will be something like:
C:\Users\[User]\.dotnet\tools
Global Tools
According to the docs, the default global installation paths are:
%USERPROFILE%\.dotnet\tools
$HOME/.dotnet/tools
In Windows, this means the full path will be something like:
C:\Users\[User]\.dotnet\tools
Local Tools
Local tools are stored in the global NuGet package folder.
%USERPROFILE%\.nuget\packages
~/.nuget/packages
In Windows, this means the full path will be something like:
C:\Users\[User]\.nuget\packages
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With