From ad3e282b8b7def95826033854f6a92746ad2eadf Mon Sep 17 00:00:00 2001 From: Tadgh Date: Fri, 28 Jan 2022 10:46:57 -0800 Subject: [PATCH] Fix globbing pattern for log files --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'