You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow #13242 and make sure NuGet discovers credential providers installed using .NET tools. dotnet tool install <provider package name> --global should install the tool and add its path to the PATH environmental varibale. Iterate through all the paths in PATH and all the files in the path to find the plugins. By design, we expect these plugins to be named nuget-plugin*.
The text was updated successfully, but these errors were encountered:
Follow #13242 and make sure NuGet discovers credential providers installed using .NET tools.
dotnet tool install <provider package name> --global
should install the tool and add its path to thePATH
environmental varibale. Iterate through all the paths inPATH
and all the files in the path to find the plugins. By design, we expect these plugins to be namednuget-plugin*
.The text was updated successfully, but these errors were encountered: