JetBrains / teamcity-dotnet-plugin

TeamCity plugin for .NET projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't run tool install in <custom>

fatihkaplan opened this issue · comments

Hi,
I am trying to install a .net tool via "dotnet tool install" command (in my example, dotnet tool install --global AzureSignTool --version 2.0.17), but contrary to what it says in the help, I don't see a field for 'Command Line Parameters' to pass 'tool install..' when I select "custom" in the Command list; I only get the Executables field. I tried passing my command line into the Executables field in different ways, but none worked. We are on version 2020.2.2 (build 85899). Am I missing something, or is this a bug?
Thank you in advance.

@fatihkaplan for dotnet you should keep the Executables field empty and specify arguments in the field Command line parameters:.

@fatihkaplan for dotnet you should keep the Executables field empty and specify arguments in the field Command line parameters:.

@NikolayPianikov Right. And my issue is that there is no Command Line Parameters field when Custom is selected in the Command list.
Teamcity_dotnetplugin_issue

@fatihkaplan please click on Show advanced options

@NikolayPianikov , Thank you; totally user error! I can't believe it didn't occur to me to click on advanced options. I'm glad you created the new issue though, because it definitely will help someone else. Even as a seasoned TeamCity user, I still fell for it.
Once again, thank you very much for your help. And sorry for the late reply; I had to take a couple days off from work.

@fatihkaplan Always ready to help :)