pull/3895/head
tidusjar 5 years ago
parent e09117824e
commit d42bf4c397

@ -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")

Loading…
Cancel
Save