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
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