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
Submits a .xam component package which is a brand new component on the store and has no previous versions
Syntax
public static void SubmitComponent(this ICakeContext context, FilePath xamComponentPackage, XamarinComponentSubmitSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
xamComponentPackage |
FilePath |
The .xam component package file. |
settings |
XamarinComponentSubmitSettings |
The settings. |
Return Value