1 write to RepoRoot
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
30
RepoRoot
= GetRepoRoot();
4 references to RepoRoot
Microsoft.McpServer.ProjectTemplates.Tests (4)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (4)
33
ProjectTemplatesArtifactsRoot = Path.Combine(
RepoRoot
, "artifacts", "ProjectTemplates");
34
TemplateSandboxSource = Path.Combine(
RepoRoot
, "test", "ProjectTemplates", "Infrastructure", "TemplateSandbox");
37
LocalShippingPackagesPath = Path.Combine(
RepoRoot
, "artifacts", "packages", BuildConfigurationFolder, "Shipping");
66
var dotNetExePath = Path.Combine(
RepoRoot
, ".dotnet", dotNetExeName);