Accesses a .NET local tool at the specified directory.
public static DotNetLocalTool CreateFrom(string directory, string name)
| parameter | description |
|---|---|
| directory | The directory from which the tool should be run. |
| name | The package name or command name of the tool. |
| exception | condition |
|---|---|
| BuildException | The tool is not installed. |