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
Uploads a .xam component package which is a new version of an existing component in the store
Syntax
public static void UploadComponent(this ICakeContext context, FilePath xamComponentPackage, XamarinComponentUploadSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
xamComponentPackage |
FilePath |
The .xam component package file. |
settings |
XamarinComponentUploadSettings |
The settings. |
Return Value