From c232891fe7b038de6445be109b67b1ad8ec833ff Mon Sep 17 00:00:00 2001 From: Masterain Date: Wed, 11 Jan 2023 20:41:03 -0800 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a07880d..ff20e7cd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -165,3 +165,14 @@ steps: isPreRelease: true changeLogCompareToRelease: 'lastFullRelease' changeLogType: 'commitBased' + +- task: DownloadSecureFile@1 + name: cerFile + displayName: Download Rclone Config + inputs: + secureFile: 'rclone.conf' + +- task: rclone@1 + inputs: + arguments: 'copy $(Build.ArtifactStagingDirectory)/* downloadDGPCN:/releases/Alpha/' + configPath: '$(cerFile.secureFilePath)/rclone.conf' \ No newline at end of file