1 write to _sandboxInstallPath
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
42
_sandboxInstallPath
= Path.Combine(_sandboxOutput, "install");
3 references to _sandboxInstallPath
Microsoft.McpServer.ProjectTemplates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
59
.WithWorkingDirectory(
_sandboxInstallPath
)
62
.WithCustomHive(
_sandboxInstallPath
)
109
.WithCustomHive(
_sandboxInstallPath
)