Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hello, I am getting this nuget error for my WebApp project in Bamboo - Unable to find executable at https://api.nuget.org/v3/index.json. Will try to run it anyway.
does anyone have an idea on this error..
Thanks,
From the look of that error, it seems like you've got an executable capability for NuGet where the executable's path is set as "https://api.nuget.org/v3/index.json" instead of a path to a file on disk.
I can't find any screenshots in the documentation, but this page might be of some help: https://confluence.atlassian.com/bamboo/defining-a-new-executable-capability-289277164.html
What you need to do is find the capability (you can get to it from the build agent's details page), and edit the configuration. The path to the executable should be something like "C:\Program Files\NuGet\nuget.exe" (but, of course, the exact value will depend on where NuGet is located on your file system).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.