This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Graph.
Summary
Looks up the dependency in the dictionary and throws an exception if unable to find it
- Assembly
- Cake
.Graph .dll - 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 |