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