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