C# Класс Cake.Xamarin.XamarinAliases

Показать файл Открыть проект

Приватные методы

Метод Описание
AndroidPackage ( this context, FilePath projectFile, bool sign = false, Action configurator = null ) : FilePath
MDToolArchive ( this context, FilePath solutionFile, string projectName, Action settings = null ) : void
MDToolBuild ( this context, FilePath projectOrSolutionFile, Action settings = null ) : void
PackageComponent ( this context, DirectoryPath componentYamlDirectory, Cake.Xamarin.XamarinComponentSettings settings = null ) : void
RestoreComponents ( this context, FilePath solutionFile, XamarinComponentRestoreSettings settings = null ) : void
SubmitComponent ( this context, FilePath xamComponentPackage, XamarinComponentSubmitSettings settings = null ) : void
SubmitComponents ( this context, XamarinComponentSubmitSettings settings ) : void
TestCloud ( this context, FilePath apkFile, string apiKey, string devicesHash, string userEmail, DirectoryPath uitestsAssemblies, TestCloudSettings settings = null ) : void
UITest ( this context, FilePath testsAssembly, NUnitSettings nunitSettings = null ) : void
UploadComponent ( this context, FilePath xamComponentPackage, XamarinComponentUploadSettings settings = null ) : void
UploadComponents ( this context, XamarinComponentUploadSettings settings ) : void