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).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.