I want to learn how I can run nuget update-package
command as a TeamCity build step to update one package for all the projects in my solution.
I have tried using nuget installer as a step, but it didn't work. It tries to update all the package in solution ( I don't want that ), also the package I want to update comes from a TeamCity repo itself (not Nuget.org).
I have also tried adding a 'Command Line' step, but when I do so, I get that I dont have any compatible agent to run this step
%teamcity.tool.NuGet.CommandLine.2.2.1.nupkg%\tools\nuget.exe update.....
Is there any other way I can run nuget command, or am I doing anything wrong here?