MSBuildTaskAliases Class

Summary

Contains MSBuildTask Extensions
Assembly
Cake.MSBuildTask.dll
Namespace
Cake.MSBuildTask
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["MSBuildTaskAliases"] class Type type-node

Syntax

public static class MSBuildTaskAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
MSBuildTaskExecute(ICakeContext, ITask) void
Executes an MSBuild task
static
ToTaskItem(DirectoryPath) ITaskItem
Converts the path to an MSBuild task item.
static
ToTaskItem(FilePath) ITaskItem
Converts the path to an MSBuild task item.
static
ToTaskItem(string) ITaskItem
Converts the path to an MSBuild task item.
static
ToTaskItems(DirectoryPath) ITaskItem[]
Converts the path to an array of task items with a single item.
static
ToTaskItems(FilePath) ITaskItem[]
Converts the path to an array of task items with a single item.
static
ToTaskItems(IEnumerable<DirectoryPath>) ITaskItem[]
Converts the paths to MSBuild task items.
static
ToTaskItems(IEnumerable<FilePath>) ITaskItem[]
Converts the paths to MSBuild task items.
static
ToTaskItems(IEnumerable<string>) ITaskItem[]
Converts the paths to MSBuild task items.
static
ToTaskItems(string) ITaskItem[]
Converts the path to an array of task items with a single item.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin