#7 Add ~/.dotnet/tools to $PATH to make it easier to use dotnet tools
Merged by rhea. Opened by omajid.
dotnet-sig/ omajid/dotnet-2-1 master  into  master

Download 7.patch

Build: https://copr.fedorainfracloud.org/coprs/g/dotnet-sig/dotnet/build/803038/

Before this change, the following sequence would not work:

dotnet tool install --global dotnet-dev-certs
dotnet-dev-certs   # fails to find dotnet-dev-certs
dotnet dev-certs   # asks user to install it again

After this change, both versions of dotnet-dev-certs above work.

Tested on Fedora 28.

Pull-Request has been merged by rhea

Metadata