1 write to TemplateSandboxSource
Microsoft.Agents.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
31
TemplateSandboxSource
= Path.Combine(RepoRoot, "test", "ProjectTemplates", "Infrastructure", "TemplateSandbox");
3 references to TemplateSandboxSource
Microsoft.Agents.AI.Templates.Tests (3)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestCollectionFixture.cs (1)
32
foreach (var filePath in Directory.EnumerateFiles(WellKnownPaths.
TemplateSandboxSource
))
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (2)
33
TemplateInstallNuGetConfigPath = Path.Combine(
TemplateSandboxSource
, "nuget.template_install.config");
34
TemplateTestNuGetConfigPath = Path.Combine(
TemplateSandboxSource
, "nuget.template_test.config");