Open
Description
NuGet Product Used
NuGet.exe
Product Version
dev branch
Worked before?
No response
Impact
I'm unable to use this version
Repro Steps & Context
- Build or aquire any valid with symbols
A.nupkg
and its correspondingA.snupkg
- Specify a source which is not within a Nuget.Config
- run:
nuget push A.nupkg -Source <source> -ApiKey <apikey>
Expected Results:
- The
nupkg
andsnupkg
are pushed - Authentication is requested from the user
- An error is thrown stating that the resource could not be accessed without authentication
Actual:
- The
nupkg
is pushed
Verbose Logs
No response