1 write to _customHivePath
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (1)
38
_customHivePath
= Path.Combine(_templateTestOutputPath, "hive");
2 references to _customHivePath
Microsoft.Extensions.AI.Templates.Tests (2)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
62
.WithCustomHive(
_customHivePath
)
83
.WithCustomHive(
_customHivePath
)