XcBuildAliases Class

Summary

Cake Extension for XComponent Build
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["XcBuildAliases"] class Type type-node

Syntax

public static class XcBuildAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
XcBuildBuild(ICakeContext, string, string, string, string, string, string, Platform) void
This method builds the XComponent project.
static
XcBuildBuildComponent(ICakeContext, string, string, string, string, string, string, string, string, string, Platform) void
This method builds the XComponent project.
static
XcBuildExecuteCommand(ICakeContext, string, Platform) void
This method executes XcBuild passing arguments.
static
XcBuildExportInterface(ICakeContext, string, string, string, string, bool, string, Platform) void
This method exports interface for an XComponent project.
static
XcBuildExportRuntimes(ICakeContext, string, string, string, string, bool, string, Platform) void
This method exports runtimes for an XComponent project.
static

Extension Methods

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