Cake build aliases for manipulating XComponent Tools.
#addin nuget:?package=Cake.XComponent&version=7.0.5
dotnet add package Cake.XComponent --version 7.0.5
<PackageReference Include="Cake.XComponent" Version="7.0.5" />
Aliases
Cake Extension for XComponent Studio
General
GetXcBridgeDirectory |
This method returns the directory of XcBridge specified by the user or search it in the tools directory. |
GetXcBridgePath |
This method returns the path of XcBridge specified by the user or search it in the tools directory. |
GetXcBuildDirectory |
This method returns the directory of XcBuild specified by the user or search it in the tools directory. |
GetXcBuildPath |
This method returns the path of XcBuild specified by the user or search it in the tools directory. |
Get |
This method returns the directory of XcRuntime specified by the user or search it in the tools directory. |
GetXcRuntimePath |
This method returns the path of XcRuntime specified by the user or search it in the tools directory. |
GetXcSpyDirectory |
This method returns the directory of XcSpy specified by the user or search it in the tools directory. |
GetXcSpyPath |
This method returns the path of XcSpy specified by the user or search it in the tools directory. |
GetXcStudioDirectory |
This method returns the directory of XcStudio specified by the user or search it in the tools directory. |
GetXcStudioPath |
This method returns the path of XcStudio specified by the user or search it in the tools directory. |
SetXcBridgePath |
This method sets the path of XcBridge that will be used by all other commands. |
SetXcBuildPath |
This method sets the path of XcBuild that will be used by all other commands. |
SetXcRuntimePath |
This method sets the path of XcRuntime that will be used by all other commands. |
SetXcSpyPath |
This method sets the path of XcSpy that will be used by all other commands. |
SetXcStudioPath |
This method sets the path of XcStudio that will be used by all other commands. |
XcBuildBuild |
This method builds the XComponent project. |
Xc |
This method builds the XComponent project. |
Xc |
This method executes XcBuild passing arguments. |
Xc |
This method exports interface for an XComponent project. |
Xc |
This method exports runtimes for an XComponent project. |
Xc |
This method creates a .ps1 script to easily launch a XComponent project using the version of XComponent Runtime found in the tools folder. |
Xc |
This method creates a .bat script to easily launch a XComponent project using the version of XComponent Studio found in the tools folder. |
Xc |
This method creates a .ps1 script to easily launch a XComponent project using the version of XComponent Studio found in the tools folder. |