16 references to WellKnownPaths
Microsoft.Agents.AI.ProjectTemplates.Tests (16)
test\ProjectTemplates\Infrastructure\DotNetCommand.cs (1)
12
FileName =
WellKnownPaths
.RepoDotNetExePath;
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (9)
37
_templateTestOutputPath = Path.Combine(
WellKnownPaths
.TemplateSandboxOutputRoot, outputFolderName);
56
File.Copy(
WellKnownPaths
.TemplateInstallNuGetConfigPath, installNuGetConfigPath);
60
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH",
WellKnownPaths
.LocalShippingPackagesPath)
61
.WithEnvironmentVariable("NUGET_PACKAGES",
WellKnownPaths
.NuGetPackagesPath)
92
File.Copy(
WellKnownPaths
.TemplateTestNuGetConfigPath, templateNuGetConfigPath);
101
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH",
WellKnownPaths
.LocalShippingPackagesPath)
102
.WithEnvironmentVariable("NUGET_PACKAGES",
WellKnownPaths
.NuGetPackagesPath)
109
Local Shipping Path: {
WellKnownPaths
.LocalShippingPackagesPath}
110
NuGet Packages Path: {
WellKnownPaths
.NuGetPackagesPath}
test\ProjectTemplates\Infrastructure\TemplateExecutionTestCollectionFixture.cs (5)
24
if (Directory.Exists(
WellKnownPaths
.TemplateSandboxOutputRoot))
26
Directory.Delete(
WellKnownPaths
.TemplateSandboxOutputRoot, recursive: true);
30
Directory.CreateDirectory(
WellKnownPaths
.TemplateSandboxOutputRoot);
32
foreach (var filePath in Directory.EnumerateFiles(
WellKnownPaths
.TemplateSandboxSource))
35
var destFilePath = Path.Combine(
WellKnownPaths
.TemplateSandboxOutputRoot, fileName);
WebApiAgentTemplateSnapshotTests.cs (1)
82
string templateLocation = Path.Combine(
WellKnownPaths
.TemplateFeedLocation, "Microsoft.Agents.AI.ProjectTemplates", "src", "WebApiAgent");