1 write to TemplateSandboxSource
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
34TemplateSandboxSource = Path.Combine(RepoRoot, "test", "ProjectTemplates", "Infrastructure", "TemplateSandbox");
2 references to TemplateSandboxSource
Microsoft.McpServer.ProjectTemplates.Tests (2)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
56CopySandboxDirectory(WellKnownPaths.TemplateSandboxSource, _sandboxOutput);
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
35TemplateTestNuGetConfigPath = Path.Combine(TemplateSandboxSource, "nuget.config");