From 6813e4e94500f605d43b018359dd0907f9147cb8 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Sat, 29 Jul 2017 17:14:44 -0400 Subject: [PATCH] These are JUnit results, not XUnit --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index c60956c3a..69fcacf55 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -43,7 +43,7 @@ test_script: after_test: - ps: | $wc = New-Object 'System.Net.WebClient' - $wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", $env:TEST_JUNIT_XML_PATH) + $wc.UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", $env:TEST_JUNIT_XML_PATH) - IF [%APPVEYOR_REPO_BRANCH:~-9%]==[-releases] ( IF NOT EXIST C:\sqtemp MKDIR C:\sqtemp SET SQUIRREL_TEMP=C:\sqtemp