AzCopy - geeklearningio/gl-vsts-tasks-azure GitHub Wiki
With this task, copy files to, from or between azure blob containers.
Requirements
You should have Setup an Azure Resource Manager Endpoint to use this task.
License forbids azcopy bundling with third party software, so depending on the version of the agent you might need to install AzCopy yourself. New Xplat Agent on windows appears to have it bundled by default.
Add the task to your Build or Release Definition
You will find the task in the "Utility" category.
Configuration
- Source
- Source Kind - File System or Storage Account
- Source Account Name - Account Name
- Source Container - Blob Container
- Destination
- Destination Kind - File System or Storage Account
- Destination Account Name - Account Name
- Destination Container - Blob Container
- Blob copy option
- Recursive copy - Copy files recursively (
/S
option) - Pattern - Pattern to filters files being copied (
/Pattern
option) - Exclude Newer - Exclude newer files (
/XN
option) - Exclude Older - Exclude older files (
/XO
option)