paulirwin commented on issue #1004: URL: https://github.com/apache/lucenenet/issues/1004#issuecomment-2448085136
I'm confused, I just tested locally removing docfx from my system and `dotnet tool restore` does indeed restore it. That's what the command is supposed to do, per the docs: > The `dotnet tool restore` command finds the tool manifest file that is in scope for the current directory and installs the tools that are listed in it. https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-tool-restore Now, whether or not this needs customization of the tool path to support running in a CI environment is a different story. But the command is certainly intended to install the tools, and at least locally it achieves this purpose. > I am not sure why we would ever need to use dotnet tool restore. The goal of this was so that we can specify the version in the dotnet-tools.json file instead of having to have them in sync across the docs and site ps1 files. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org