4 references to GetScriptPath
Aspire.Acquisition.Tests (4)
Scripts\LocalHiveScriptFunctionTests.cs (4)
18
var source = File.ReadAllText(GetRepoPath(
GetScriptPath
(scriptPathName)));
30
var source = File.ReadAllText(GetRepoPath(
GetScriptPath
(scriptPathName)));
37
$"{
GetScriptPath
(scriptPathName)} must not call [Environment]::SetEnvironmentVariable(..., 'User') or EnvironmentVariableTarget.User.");
69
var source = File.ReadAllText(GetRepoPath(
GetScriptPath
(scriptPathName)));