4 references to ConfigureProcess
dotnet (1)
Commands\Help\HelpCommand.cs (1)
90var process = ConfigureProcess(docsLink);
dotnet.Tests (3)
CommandTests\Help\GivenThatIWantToShowHelpForDotnetCommand.cs (3)
109var proc = HelpCommand.ConfigureProcess("https://aka.ms/dotnet-build"); 117var proc = HelpCommand.ConfigureProcess("https://aka.ms/dotnet-build"); 125var proc = HelpCommand.ConfigureProcess("https://aka.ms/dotnet-build");