It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
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).
Thank you for your solution. It worked after changing the path of my local nuget.exe.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you a whiz at handling tickets and looking at how you can further optimize your workflow with automation? Do you tackle detailed customer support questions while simultaneously getting flooded wi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.