1 write to _sandboxProjectsPath
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
43
_sandboxProjectsPath
= Path.Combine(_sandboxOutput, "projects");
3 references to _sandboxProjectsPath
Microsoft.McpServer.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
68
Directory.CreateDirectory(
_sandboxProjectsPath
);
95
var outputFolderPath = Path.Combine(
_sandboxProjectsPath
, projectName);
108
.WithWorkingDirectory(
_sandboxProjectsPath
)