1 write to RepoRoot
Microsoft.Agents.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
26RepoRoot = GetRepoRoot();
4 references to RepoRoot
Microsoft.Agents.AI.Templates.Tests (4)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (4)
30TemplateFeedLocation = Path.Combine(RepoRoot, "src", "ProjectTemplates"); 31TemplateSandboxSource = Path.Combine(RepoRoot, "test", "ProjectTemplates", "Infrastructure", "TemplateSandbox"); 42LocalShippingPackagesPath = Path.Combine(RepoRoot, "artifacts", "packages", BuildConfigurationFolder, "Shipping"); 72var dotNetExePath = Path.Combine(RepoRoot, ".dotnet", dotNetExeName);