1 write to ExecutablePath
Aspire.Hosting.Azure (1)
src\Aspire.Hosting\Dcp\Process\ProcessSpec.cs (1)
22
ExecutablePath
= executablePath;
4 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}"));
Aspire.Hosting.Azure.Tests (2)
ProvisioningTestHelpers.cs (2)
450
var executedCommand = new ExecutedCommand(processSpec.
ExecutablePath
, processSpec.Arguments, processSpec.WorkingDirectory);
454
var commandKey = $"{processSpec.
ExecutablePath
} {processSpec.Arguments ?? ""}".Trim();