Runs dotnet new tool-manifest if ./.config/dotnet-tools.json does not exist. Uses the current working directory.
The tool manifest is required when installing local dotnet tools. Note that dotnet searches up the directory tree
for a tool manifest, so tools can be installed in a solution root directory and be picked up by dotnet when run
in subdirectories.
Runs
dotnet new tool-manifestif./.config/dotnet-tools.jsondoes not exist. Uses the current working directory.The tool manifest is required when installing local dotnet tools. Note that dotnet searches up the directory tree for a tool manifest, so tools can be installed in a solution root directory and be picked up by dotnet when run in subdirectories.