Open
Description
NuGet Product Used
dotnet.exe
Product Version
n/a
Worked before?
No response
Impact
It bothers me. A fix would be nice
Repro Steps & Context
If you create apikeys with "nuget setapikey xxxxx -source somesource" then it creates apikeys
section in nuget.config.
If you copy whole repo including nuget.config into another machine, then try push nupkg then it gives me error: Key not valid for use in specified state.
Reason is encrypted apikey
is tied to machine, in another machine it need to regenerate.
It's not helpful, it should give us better message for why it's failing.
Verbose Logs
No response