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
> nuget push _Core.1.0.0.nupkg -src github
Pushing _Core.1.0.0.nupkg to 'https://nuget.pkg.github.com/jcansdale-test'...
PUT https://nuget.pkg.github.com/jcansdale-test/
NotFound https://nuget.pkg.github.com/jcansdale-test/ 1870ms
Response status code does not indicate success: 404 (Not Found).
warn : No API Key was provided and no API Key could be found for 'https://nuget.pkg.github.com/jcansdale-test'. To save an API Key for a source use the 'setApiKey' command.
With an API key set we see:
error: Encryption is not supported on non-Windows platforms.
The text was updated successfully, but these errors were encountered:
NuGet on Mono
(Testing on the Mac)
NuGet on Mono uses:
Adds the element:
But pushing doesn't work:
The request looks like this:
dotnet nuget
dotnet nuget
uses:Without an API key set we see:
With an API key set we see:
The text was updated successfully, but these errors were encountered: