1 write to ExecutablePath
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessSpec.cs (1)
22
ExecutablePath
= executablePath;
2 references to ExecutablePath
Aspire.Hosting.Azure (2)
src\Aspire.Hosting\Dcp\Process\ProcessUtil.cs (2)
26
FileName = processSpec.
ExecutablePath
,
104
$"Command {processSpec.
ExecutablePath
} {processSpec.Arguments} returned non-zero exit code {process.ExitCode}"));