diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fae7d6b9106..b18279dc156 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,7 +44,7 @@ jobs: condition: always() inputs: sourceFolder: '$(System.DefaultWorkingDirectory)/' - contents: '**/target/*output.txt' + contents: '**/target/*-reports/*.txt' targetFolder: '$(Build.ArtifactStagingDirectory)' - task: PublishPipelineArtifact@1 displayName: 'Publish Full Test Output'