How to install an External Global tool with Nuke

321 Views Asked by At

I am using Nuke for my running CI steps for my .NET Core Apps. I am useing coverlet and reportgenerator for coverage analysis and report generation. I know that there are global tools for coverlet and reportgenerator, but I do not know a way I can be sure that the CI agents have Reportgenerator or even nuke global tool installed.

Is there a way I can install dotnet tools like reportgenerator on the go if it does not already exist in the CI agent?

0

There are 0 best solutions below