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