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 id get access denied- so not sure what its warning me about. Maybe because I dont have a default machine wide API key? I had to add the nuget source with user name and password because nuget is a broken mess and wont 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?