6 references to GetRepoPath
Aspire.Acquisition.Tests (6)
Scripts\LocalHiveScriptFunctionTests.cs (6)
18
var source = File.ReadAllText(
GetRepoPath
(GetScriptPath(scriptPathName)));
30
var source = File.ReadAllText(
GetRepoPath
(GetScriptPath(scriptPathName)));
43
var source = File.ReadAllText(
GetRepoPath
(ScriptPaths.LocalHiveShell));
55
var source = File.ReadAllText(
GetRepoPath
(ScriptPaths.LocalHivePowerShell));
69
var source = File.ReadAllText(
GetRepoPath
(GetScriptPath(scriptPathName)));
84
var source = File.ReadAllText(
GetRepoPath
(ScriptPaths.LocalHivePowerShell));