Xyanid / NuGetDeploy

Visual Studio Extension to integrate NuGet Deploy options to visual studio
7 stars 9 forks source link

How to supply credentials? #2

Open cryo75 opened 7 years ago

cryo75 commented 7 years ago

Is there a way to configure credentials when deploying to an internal nuget server?

I've added the credentials to the default nuget.config and I can browse packages. However, when I use Nuget Deploy on this same server I get the error:

An Error occured while deploying the nuPkg file: The remote server returned an error: (401) Unauthorized. No credentials are available in the security package

Xyanid commented 7 years ago

Usually this would mean that the credential are rejected. It says 401, so maybe there are some spelling mistakes. Other than that you ofc create the nkpg file and try to manually push it to the server via command line.