XcRuntimeAliases.

XcRuntimeCreatePowerShellLauncherScript(ICakeContext, string, string, string, string, Platform) Method

Summary

This method creates a .ps1 script to easily launch a XComponent project using the version of XComponent Runtime found in the tools folder.
Assembly
Cake.XComponent.dll
Namespace
Cake.XComponent
Containing Type
XcRuntimeAliases

Syntax

public static void XcRuntimeCreatePowerShellLauncherScript(this ICakeContext context, string xcrPath, string otherArguments = "", string outputDirectory = "", string scriptFileName = "", Platform platform = 0)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The Cake Context
xcrPath string The path of the XComponent archive to be launched with XComponent Runtime
otherArguments string Other arguments to be passed to XComponent Runtime
outputDirectory string The output directory to write the script
scriptFileName string The name of the script file
platform Platform The platform used to launch the application

Return Value

Type Description
void