This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.XComponent .
Summary
This method builds the XComponent project.
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