Skip to content

Commit

Permalink
close #3796 - glob all artifact subfolderS (#3802)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Jul 26, 2019
1 parent 856d237 commit dfcd558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-system/azure-pipeline.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
displayName: 'Copy Build Output'
inputs:
sourceFolder: ${{ parameters.outputDirectory }}
contents: '*'
contents: '**\*'
targetFolder: $(Build.ArtifactStagingDirectory)
continueOnError: boolean # 'true' if future steps should run even if this step fails; defaults to 'false'
- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit dfcd558

Please sign in to comment.