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.MSBuildTask.
Summary
Converts the path to an MSBuild task item.
- Assembly
- Cake
.MSBuildTask .dll - Namespace
- Cake
.MSBuildTask - Containing Type
- MSBuildTaskAliases
Syntax
public static ITaskItem ToTaskItem(this DirectoryPath path)
Parameters
Name | Type | Description |
---|---|---|
path | DirectoryPath | The path. |
Return Value
Type | Description |
---|---|
ITaskItem | Task Item |