Search code examples
.net.net-coreamazon-ecs

Unable to Install Amazon.ECS.Tools globally


When I run dotnet tool install --global Amazon.ECS.Tools --version 3.0.0 all I get is following error :

Failed to retrieve information about 'amazon.ecs.tools' from remote source 'https://www.nuget.org/FindPackagesById()?id='amazon.ecs.tools'&semVerLevel=2.0.0

Do I need to update my target feeds if so how do I do this I can't figure it out?


Solution

  • I found the solution to my issue. The global NuGet.config file in %appdata% was pointing to the wrong feed.