Unable to find executable at https://api.nuget.org/v3/index.json.

Jyothsna October 15, 2017

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,

1 answer

1 accepted

0 votes
Answer accepted
Black Hat October 16, 2017

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).

Jyothsna October 17, 2017

Thank you for your solution. It worked after changing the path of my local nuget.exe. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events