Summary
Looks up the dependency in the dictionary and throws an exception if unable to find it
- Namespace
- Cake
.Graph .Generators - Containing Type
- Task
Graph Generator Helpers
Syntax
public static ICakeTaskInfo GetTaskDependency(ICakeContext context, IDictionary<string, ICakeTaskInfo> taskDictionary, string dependencyName)
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | |
| taskDictionary | IDictionary |
|
| dependencyName | string |
Return Value
| Type | Description |
|---|---|
| ICakeTaskInfo |