From ca4f372c88303ae64accedfd468c445a15a09c09 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Mon, 31 Jul 2017 13:28:05 -0400 Subject: [PATCH] Let's dump that directory maybe? --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 70cbec4a2..428a247ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -45,6 +45,7 @@ after_test: $wc = New-Object 'System.Net.WebClient' $endpoint = "https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)" Write-Output "Searching for JUnit XML output beneath $($env:TEST_JUNIT_XML_ROOT)" + Get-ChildItem -Path "$($env:TEST_JUNIT_XML_ROOT)\*" -Recurse -File -Name Get-ChildItem -Path "$($env:TEST_JUNIT_XML_ROOT)\*" -Recurse -File -Name -Include "*.xml" | ForEach-Object { Write-Output "Uploading JUnit XML $($_)" $wc.UploadFile($endpoint, $_)