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
Finds and Uploads .xam component packages which match the globbing patterns
Syntax
public static void UploadComponents(this ICakeContext context, XamarinComponentUploadSettings settings, params string[] xamFileGlobbingPatterns)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The context. |
settings |
XamarinComponentUploadSettings |
The settings. |
xamFileGlobbingPatterns |
string[] |
The globbing patterns to find .xam component package files with. |
Return Value