try again

This commit is contained in:
tidusjar 2019-04-26 21:54:02 +01:00
commit d42bf4c397

View file

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