зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 764217: Fix logic in WorkerService.SayHelloAsync
Fix logic in WorkerService.SayHelloAsync
This commit is contained in:
Родитель
2535cde5f0
Коммит
d7c5cb5f04
|
@ -325,6 +325,7 @@ namespace BuildXL.Engine.Distribution
|
|||
{
|
||||
// If we can't say hello there is no hope for attachment
|
||||
Exit(failure: $"SayHello call failed. Details: {helloResult.Failure.Describe()}", isUnexpected: true);
|
||||
return;
|
||||
}
|
||||
|
||||
switch (helloResult.Result)
|
||||
|
|
Загрузка…
Ссылка в новой задаче