mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
try again
This commit is contained in:
parent
e09117824e
commit
d42bf4c397
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ Task("Upload-Test-Results")
|
||||||
}).OnError(exception =>
|
}).OnError(exception =>
|
||||||
{
|
{
|
||||||
Error("Exception when attempting to upload the unit test results to AppVeyor");
|
Error("Exception when attempting to upload the unit test results to AppVeyor");
|
||||||
Error(exception.Dump());
|
Error(exception);
|
||||||
});
|
});
|
||||||
|
|
||||||
Task("Run-Server-Build")
|
Task("Run-Server-Build")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue