1 instantiation of ExecutedCommand
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
633
var executedCommand = new
ExecutedCommand
(processSpec.ExecutablePath, processSpec.Arguments, processSpec.WorkingDirectory);
2 references to ExecutedCommand
Aspire.Hosting.Azure.Tests (2)
ProvisioningTestHelpers.cs (2)
612
public List<
ExecutedCommand
> ExecutedCommands { get; } = [];
633
var
executedCommand = new ExecutedCommand(processSpec.ExecutablePath, processSpec.Arguments, processSpec.WorkingDirectory);