From d42bf4c397f713edf7176c04853e3b850160d229 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 26 Apr 2019 21:54:02 +0100 Subject: [PATCH] try again --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 9e93614da..b0512c7e6 100644 --- a/build.cake +++ b/build.cake @@ -282,7 +282,7 @@ Task("Upload-Test-Results") }).OnError(exception => { Error("Exception when attempting to upload the unit test results to AppVeyor"); - Error(exception.Dump()); + Error(exception); }); Task("Run-Server-Build")