2 references to ExitCode
aspire (2)
Commands\ExecCommand.cs (2)
211
if (output.
ExitCode
is not null)
213
exitCode = output.
ExitCode
;