1 write to _repoRoot
Microsoft.DotNet.SetupNugetSources.Tests (1)
5 references to _repoRoot
Microsoft.DotNet.SetupNugetSources.Tests (5)
ScriptRunner.cs (5)
30var scriptPath = Path.Combine(_repoRoot, "eng", "common", "SetupNugetSources.ps1");
38return await RunProcess("powershell.exe", arguments, _repoRoot);
43var scriptPath = Path.Combine(_repoRoot, "eng", "common", "SetupNugetSources.sh");
48await RunProcess("chmod", $"+x \"{scriptPath}\"", _repoRoot);
58return await RunProcess(shell, arguments, _repoRoot);