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.Android.Adb.
Summary
Pushes a local directory to the remote destination on the target.
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. |