Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>rclone
rclone

rclone

Different Life

|
266 installs
| (0) | Free
Provides rclone as a build task for Azure, easy upload to multiple cloud hosted storage services.
Get it free

RClone Azure pipeline task

Provides rclone as a build task for Azure, easy upload to multiple cloud hosted storage services.

Supports a large range of providers.
Including popular storage services like:

  • Google drive
  • Dropbox
  • Microsoft OneDrive
  • Mega
  • Amazon S3
  • Amazon Drive (see note)

Configuration

  • Simply create an rclone.config file at the root of project by using the rclone config command locally.
  • Then use the task as a step inside your build yaml:
    - task: rclone@1
    displayName: 'Upload to cloud storage'
    inputs:
        arguments: 'copy localFolder/yourFile.zip remote:yourRemoteFolder'
        configPath: 'rclone.conf'
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft