Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d77f043

Browse files
committed
Continuations are set at the end of the task run
1 parent 7540d7c commit d77f043

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/Tasks/TaskBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ public virtual ITask Start(TaskScheduler scheduler)
316316
{
317317
//Logger.Trace($"Starting {Affinity} {ToString()}");
318318
Task.Start(scheduler);
319-
SetContinuation();
320319
}
321320
return this;
322321
}

0 commit comments

Comments
 (0)