Update copy task

This commit is contained in:
Joseph Donofry 2019-05-18 12:16:04 -04:00
parent 356ad436b7
commit 8bd63ba2b8
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB

View file

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