1 instantiation of CommandResult
Infrastructure.Tests (1)
Pipelines\NixCliPackageTests.cs (1)
248return new CommandResult(process.ExitCode, output);
4 references to CommandResult
Infrastructure.Tests (4)
Pipelines\NixCliPackageTests.cs (4)
93var result = await RunBashAsync( 155var result = await RunBashAsync( 184var result = await RunBashAsync( 220private static async Task<CommandResult> RunBashAsync(string scriptPath, string[] arguments, Dictionary<string, string?> environment)