Summary
Gets the default assemblies.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptConventions
Syntax
public IReadOnlyList<Assembly> GetDefaultAssemblies(DirectoryPath root)
Parameters
Name | Type | Description |
---|---|---|
root | DirectoryPath | The root to where to find Cake related assemblies. |
Return Value
Type | Description |
---|---|
IReadOnlyList |
A list containing all default assemblies. |