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 file to the remote destination on the target.
Syntax
public static bool AdbPush(this ICakeContext context, FilePath localFileSource, DirectoryPath remoteDirectoryDestination, AdbToolSettings settings = null)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
Context. |
localFileSource |
FilePath |
Local file source. |
remoteDirectoryDestination |
DirectoryPath |
Remote destination. |
settings |
AdbToolSettings |
Settings. |
Return Value
Type |
Description |
bool |
true , if push succeeded, false otherwise. |