Administration - Nuget.exe - Install version

Hi,

We're trying to install a newer version of nuget.exe via admin/admin.html?item=toolInstallTab but clicking the 'Install Version' button just results in a 'Fetching available versions' dialog box with a spinning refresh icon and no list of versions (despite waiting many minutes). 

Where does TeamCity try to get this list from? Could we be falling foul of proxy issues?

0
4 comments

Hi Barney,

Each tool carries its own way of detecting a version list. In particular, for NuGet, it downloads the list (and later the plugin) directly from nuget.org.

If you might need further access for other tools, it might make sense to get access on the proxy, but if you just want to install a single tool to all agents, you could simply download it on a separate machine that doesn't go through the proxy, then upload it manually to the teamcity server: https://confluence.jetbrains.com/display/TCD10/Installing+Agent+Tools

0
Avatar
Permanently deleted user

Great, thanks. FYI in order to get the upload option showing you have to wait about 10 minutes for the connection to timeout (if its blocked by the proxy). Feature request - make the upload option show while trying to retrieve the version list.

See below - this takes 10 minutes to timeout.

0

Also experiencing this with TeamCity v2022.10.4

We hit the slow timeout where ‘Fetching available versions…’ hangs.
When we get to the next screen, we then have an issue where the ‘Upload’ then hangs indefinitely 

 

0

Dear reporters,
Please check the browser console and Network tab in the browser dev tools. Chances are something in the network blocks the upload request.
This TeamCity bug describes a problem where a failed upload request (e.g. due to a connection reset error) isn't surfaced to the web UI:
https://youtrack.jetbrains.com/issue/TW-95578

0

Please sign in to leave a comment.