mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.git
synced 2025-11-19 21:02:53 +08:00
Update azure-pipelines.yml
This commit is contained in:
@@ -174,16 +174,3 @@ steps:
|
|||||||
changeLogCompareToRelease: 'lastFullRelease'
|
changeLogCompareToRelease: 'lastFullRelease'
|
||||||
changeLogType: 'commitBased'
|
changeLogType: 'commitBased'
|
||||||
|
|
||||||
- task: DownloadSecureFile@1
|
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
|
|
||||||
name: RcloneConfigFile
|
|
||||||
displayName: Download Rclone Config
|
|
||||||
inputs:
|
|
||||||
secureFile: 'rclone.conf'
|
|
||||||
|
|
||||||
- task: rclone@1
|
|
||||||
displayName: Upload CI via Rclone
|
|
||||||
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
|
|
||||||
inputs:
|
|
||||||
arguments: 'copy $(Build.ArtifactStagingDirectory)/Snap.Hutao.Alpha-$(build_date).$(rev_number).msix downloadDGPCN:/releases/Alpha/'
|
|
||||||
configPath: '$(RcloneConfigFile.secureFilePath)'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user