1 write to _sandboxOutput
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
40
_sandboxOutput
= configuration.TemplateSandboxOutput;
3 references to _sandboxOutput
Microsoft.McpServer.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
42
_sandboxInstallPath = Path.Combine(
_sandboxOutput
, "install");
43
_sandboxProjectsPath = Path.Combine(
_sandboxOutput
, "projects");
56
CopySandboxDirectory(WellKnownPaths.TemplateSandboxSource,
_sandboxOutput
);