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.AzCopy.
- Assembly
- Cake
.AzCopy .dll - Namespace
- Cake
.AzCopy - Containing Type
- AzCopyAliases
Syntax
public static void AzCopy(this ICakeContext ctx, string source, string destination, Action<AzCopySettings> configure)
Attributes
Type | Description |
---|---|
Cake |
Parameters
Name | Type | Description |
---|---|---|
ctx | ICakeContext | |
source | string | |
destination | string | |
configure | Action |
Return Value
Type | Description |
---|---|
void |