Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
CCRcmcpe committed Jul 29, 2020
1 parent 1d2adf7 commit 28d1b76
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ steps:
rootFolderOrFile: 'Auto Arknights CLI/artifact'
includeRootFolder: true
archiveType: 'zip'
archiveFile: '$(Build.BuildId).zip'
archiveFile: 'Auto-Arknights-CLI-win-x64.zip'
replaceExistingArchive: true
- task: PublishBuildArtifacts@1
- task: PublishPipelineArtifact@1
inputs:
PathtoPublish: 'Auto Arknights CLI/artifact/$(Build.BuildId).zip'
ArtifactName: 'release'
publishLocation: 'Container'
targetPath: Auto-Arknights-CLI-win-x64.zip

0 comments on commit 28d1b76

Please sign in to comment.