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.VSforMac.
Summary
Packages the component for a given component YAML configuration file
Syntax
public static void PackageComponent(this ICakeContext context, DirectoryPath componentYamlDirectory, XamarinComponentSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
componentYamlDirectory |
DirectoryPath |
The directory containing the component.yaml file. |
settings |
XamarinComponentSettings |
The settings. |
Return Value