1 write to TemplateSandboxOutputRoot
Microsoft.Extensions.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
32
TemplateSandboxOutputRoot
= Path.Combine(ThisProjectRoot, "ExecutionTestSandbox");
6 references to TemplateSandboxOutputRoot
Microsoft.Extensions.AI.Templates.Tests (6)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
37
_templateTestOutputPath = Path.Combine(WellKnownPaths.
TemplateSandboxOutputRoot
, outputFolderName);
test\ProjectTemplates\Infrastructure\TemplateExecutionTestCollectionFixture.cs (4)
24
if (Directory.Exists(WellKnownPaths.
TemplateSandboxOutputRoot
))
26
Directory.Delete(WellKnownPaths.
TemplateSandboxOutputRoot
, recursive: true);
30
Directory.CreateDirectory(WellKnownPaths.
TemplateSandboxOutputRoot
);
35
var destFilePath = Path.Combine(WellKnownPaths.
TemplateSandboxOutputRoot
, fileName);
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
43
NuGetPackagesPath = Path.Combine(
TemplateSandboxOutputRoot
, "packages");