Designate nuget source for dotnet tool install
commands #15477
Open
Description
opened on Jan 24, 2021
Currently, if I have private nuget sources, I need to disable them before I can install a public facing dotnet tool. I'd like to request a feature, like dotnet new --nuget-source for dotnet install tool
. Something like the below:
dotnet tool install -g craftsman --nuget-source https://api.nuget.org/v3/index.json
Activity