1 write to TemplateFeedLocation
Microsoft.Agents.AI.Templates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
30
TemplateFeedLocation
= Path.Combine(RepoRoot, "src", "ProjectTemplates");
1 reference to TemplateFeedLocation
Microsoft.Agents.AI.Templates.Tests (1)
WebApiAgentTemplateSnapshotTests.cs (1)
82
string templateLocation = Path.Combine(WellKnownPaths.
TemplateFeedLocation
, "Microsoft.Agents.AI.Templates", "src", "WebApiAgent");