Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

Can I ignore this nuget warning about no API KEY?

$
0
0

When pushing I see this:

nuget push blah.1.0.0.nupkg -source repoWARNING: No API Key was provided and no API Key could be found for 'https://meeee.jfrog.io/meeee/api/nuget/repo'. To save an API Key for a source use the 'setApiKey' command.Pushing blah.1.0.0.nupkg to 'https://meeee.jfrog.io/meeeee/api/nuget/repo'...  PUT https://meeee.jfrog.io/meeee/api/nuget/repo/  Created https://meeee.jfrog.io/meeee/api/nuget/repo/ 8585ms

Still works and it has to be using the API key because otherwise I'd get access denied - so I'm not sure what it's warning me about. Maybe because I don't have a default machine wide API key? I had to add the nuget source with user name and password because nuget is a mess and won't pull the default API key for it without setting it for each source.

Also I noticed even if I upload the same exact package a bunch of times in a row it still uploads it - I thought maybe Artifactory would see it was the same and not upload or tell me that?


Viewing all articles
Browse latest Browse all 3067

Trending Articles