mirror of
https://github.com/atom/atom.git
synced 2026-01-24 14:28:14 -05:00
Better filtering
This commit is contained in:
@@ -44,7 +44,7 @@ after_test:
|
||||
- ps: |
|
||||
$wc = New-Object 'System.Net.WebClient'
|
||||
$endpoint = "https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)"
|
||||
Get-ChildItem -Path $env:TEST_JUNIT_XML_ROOT -Recurse -Include *.xml | ForEach-Object {
|
||||
Get-ChildItem -Path $env:TEST_JUNIT_XML_ROOT\* -Recurse -File -Name -Include *.xml | ForEach-Object {
|
||||
Write-Output "Uploading JUnit XML $($_)"
|
||||
$wc.UploadFile($endpoint, $_)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user