From 87b2b83cde9fdaa5f2048a3120a6dc4da71cc353 Mon Sep 17 00:00:00 2001 From: Jamie Rees Date: Thu, 11 Apr 2019 22:03:20 +0100 Subject: [PATCH] !build --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 6d1702fa9..7b17755ff 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,9 +51,10 @@ after_build: } $wc = New-Object 'System.Net.WebClient' - foreach ($name in Resolve-Path .\src\**\TestResults\Test*.trx) { + foreach ($name in Resolve-Path .\src\**\TestResults\Test*.trx) + { $wc.UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", $name) -} + } #cache: #- '%USERPROFILE%\.nuget\packages'