AdbAliases.

AdbPush(ICakeContext, DirectoryPath, DirectoryPath, AdbToolSettings) Method

Summary

Pushes a local directory to the remote destination on the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbAliases

Syntax

public static bool AdbPush(this ICakeContext context, DirectoryPath localDirectorySource, DirectoryPath remoteDirectoryDestination, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
localDirectorySource DirectoryPath Local file source.
remoteDirectoryDestination DirectoryPath Remote file destination.
settings AdbToolSettings Settings.

Return Value

Type Description
bool true, if push succeeded, false otherwise.