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"); 46Directory.CreateDirectory(_templateTestOutputPath); 52var installSandboxPath = Path.Combine(_templateTestOutputPath, "install"); 71var outputFolderPath = Path.Combine(_templateTestOutputPath, outputFolderName); 82.WithWorkingDirectory(_templateTestOutputPath)