Cake.Xamarin addin
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.Xamarin.
Xamarin related cake aliases.
General
BuildAndroidApk Alias from Cake.Xamarin addin |
Creates an android .APK package file using the MSBuild target `SignAndroidPackage` See documentation for more info: https://developer.xamarin.com/guides/android/under_the_hood/build_process/#Build_Targets |
BuildiOSIpa Alias from Cake.Xamarin addin |
Creates an IPA archive of an iOS Appof an app with MDTool Change your project settings to output an IPA file, and use the MSBuild to build. See documentation for more info: https://developer.xamarin.com/guides/ios/deployment,_testing,_and_metrics/app_distribution/ipa_support/#Building_via_the_Command_Line_On_Mac |
PackageComponent Alias from Cake.Xamarin addin |
Packages the component for a given component YAML configuration file |
RestoreComponents Alias from Cake.Xamarin addin |
Restores Xamarin Components for a given project |
SubmitComponent Alias from Cake.Xamarin addin |
Submits a .xam component package which is a brand new component on the store and has no previous versions |
SubmitComponents Alias from Cake.Xamarin addin |
Finds and Submits .xam component packages which match the globbing patterns |
TestCloud Alias from Cake.Xamarin addin |
Uploads an android .APK package to TestCloud and runs UITests |
UITest Alias from Cake.Xamarin addin |
Runs UITests in a given assembly using NUnit |
UploadComponent Alias from Cake.Xamarin addin |
Uploads a .xam component package which is a new version of an existing component in the store |
UploadComponents Alias from Cake.Xamarin addin |
Finds and Uploads .xam component packages which match the globbing patterns |
VSToolSetup
Alias from Cake.Xamarin addin |
Gets a runner for invoking the Visual Studio Mac Add-in Setup Utility. |