XcBuildAliases.

XcBuildBuildComponent(ICakeContext, string, string, string, string, string, string, string, string, string, Platform) Method

Summary

This method builds the XComponent project.
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Containing Type
XcBuildAliases

Syntax

public static void XcBuildBuildComponent(this ICakeContext context, string project, string component, string compiltationMode = "Debug", string environment = "Dev", string visualStudioVersion = "VS2019", string framework = "Framework472", string serializationtype = "Json", string logkeys = "", string additionalArguments = "", Platform platform = 0)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
project string The project to build
component string Th component to build
compiltationMode string The compilation mode (Debug/Release)
environment string The XComponent environment (Dev/Prod/...)
visualStudioVersion string The version of Visual Studio (VS2013/VS2015/VS2017/VS2019)
framework string The version of .Net framework to use
serializationtype string The serialization type
logkeys string The list of log keys used by this component
additionalArguments string Additional arguments to pass to XComponent Build
platform Platform The platform used to launch the application

Return Value

Type Description
void