mirror of
https://github.com/atom/atom.git
synced 2026-01-24 22:38:20 -05:00
Quoting shenanigans maybe?
This commit is contained in:
@@ -45,8 +45,8 @@ 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 {
|
||||
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, $_)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user