XcBuildAliases.

XcBuildBuild(ICakeContext, 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 XcBuildBuild(this ICakeContext context, string project, string compiltationMode = "Debug", string environment = "Dev", string visualStudioVersion = "VS2019", string framework = "Framework472", string additionalArguments = "", Platform platform = 0)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
project string The project 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
additionalArguments string Additional arguments to pass to XComponent Build
platform Platform The platform used to launch the application

Return Value

Type Description
void