1 write to _templateTestOutputPath
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
37
_templateTestOutputPath
= Path.Combine(WellKnownPaths.TemplateSandboxOutputRoot, outputFolderName);
5 references to _templateTestOutputPath
Microsoft.Extensions.AI.Templates.Tests (5)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (5)
38
_customHivePath = Path.Combine(
_templateTestOutputPath
, "hive");
46
Directory.CreateDirectory(
_templateTestOutputPath
);
52
var installSandboxPath = Path.Combine(
_templateTestOutputPath
, "install");
71
var outputFolderPath = Path.Combine(
_templateTestOutputPath
, outputFolderName);
82
.WithWorkingDirectory(
_templateTestOutputPath
)