提交 adfea23d 编写于 作者: J Jared Parsons

Fix Jenkins build issue

This change is being tracked by #5962
上级 90edacfd
......@@ -602,7 +602,9 @@ private async Task<CompilationCompletedEvent> ProcessCompilationEventsCoreAsync(
// When the queue is completed with a pending DequeueAsync return then a
// TaskCanceledException will be thrown. This just signals the queue is
// complete and we should finish processing it.
Debug.Assert(CompilationEventQueue.IsCompleted, "DequeueAsync should never throw unless the AsyncQueue<T> is completed.");
// This failure is being tracked by https://github.com/dotnet/roslyn/issues/5962
// Debug.Assert(CompilationEventQueue.IsCompleted, "DequeueAsync should never throw unless the AsyncQueue<T> is completed.");
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册