How it\'s possible that NuGet\'s Install-Package fails with Unable to find version \'x\' of package \'y\' when that exact version is released as Nu
I'm a latecomer to this thread... I'm in Visual Studio 2017 - 15.9.4
I got this error today trying to pull from my private DevOps NuGet feed
CONTEXT: the first time I called
Install-Packageeverything worked, but, my NuGet was not assembled right, so, I re-published the NuGet pkg, and when I tried to update my project that was consuming the pkg, that's when I got the failure)
Switching my Package Source to "all" alleviated the problem.