3 references to RunProcess
Microsoft.DotNet.SetupNugetSources.Tests (3)
ScriptRunner.cs (3)
38return await RunProcess("powershell.exe", arguments, _repoRoot); 48await RunProcess("chmod", $"+x \"{scriptPath}\"", _repoRoot); 58return await RunProcess(shell, arguments, _repoRoot);