Enum Types
Enum | Summary |
---|---|
DotNetRollForward | Contains the roll forward policy to be used. |
DotNetVerbosity | Contains the verbosity of logging to use. |
Class Types
Class | Summary |
---|---|
DotNetAliases |
Contains functionality related to .NET CLI. In order to use the commands for this alias, the .NET CLI tools will need to be installed on the machine where the Cake script is being executed. See this page for information on how to install. |
DotNetSettings |
Contains common settings used by DotNetTool<TSettings> .
|
DotNetTool |
Base class for all .NET Core related tools. |