Update copy task

azure-pipelines
Joseph Donofry 6 years ago
parent 356ad436b7
commit 8bd63ba2b8
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 10
      .ci/azure-build.yml

@ -17,14 +17,14 @@ steps:
cp ./.ci/bintray-release.json .
- task: CopyFiles@2
inputs:
#sourceFolder: # Optional
sourceFolder: $(Build.Repository.LocalPath) # Optional
contents: |
'nheko*.dmg'
'nheko*.AppImage'
'**/nheko*.dmg'
'**/nheko*.AppImage'
targetFolder: $(Build.ArtifactStagingDirectory)
#cleanTargetFolder: false # Optional
#overWrite: false # Optional
#flattenFolders: false # Optional
overWrite: true # Optional
flattenFolders: true # Optional
# Create a variable for build success
- bash: ls ${ARTIFACT_STAGING_DIRECTORY}
env:

Loading…
Cancel
Save