1 write to ExecutablePath
Aspire.Hosting.Azure.Kubernetes (1)
src\Aspire.Hosting\Dcp\Process\ProcessSpec.cs (1)
28
ExecutablePath
= executablePath;
3 references to ExecutablePath
Aspire.Hosting.Azure.Kubernetes (3)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (3)
37
? PathLookupHelper.ResolveExecutablePath(processSpec.
ExecutablePath
, processSpec.EnvironmentVariables)
38
: processSpec.
ExecutablePath
;
156
var message = $"Command {processSpec.
ExecutablePath
} {FormatProcessArgumentsForDisplay(processSpec)} returned non-zero exit code {process.ExitCode}";