8 references to WellKnownPaths
Microsoft.Agents.AI.ProjectTemplates.Tests (8)
DotNetCommand.cs (1)
12
FileName =
WellKnownPaths
.RepoDotNetExePath;
TemplateExecutionTestClassFixtureBase.cs (4)
56
CopySandboxDirectory(
WellKnownPaths
.TemplateSandboxSource, _sandboxOutput);
60
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH",
WellKnownPaths
.LocalShippingPackagesPath)
121
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH",
WellKnownPaths
.LocalShippingPackagesPath)
129
Local Shipping Path: {
WellKnownPaths
.LocalShippingPackagesPath}
TemplateExecutionTestConfiguration.cs (1)
13
private string TemplateSandboxRoot => Path.Combine(
WellKnownPaths
.ProjectTemplatesArtifactsRoot, TemplatePackageName, "Sandbox");
TemplateSnapshotTestBase.cs (2)
26
string workingDir = Path.Combine(
WellKnownPaths
.ProjectTemplatesArtifactsRoot, templatePackageName, "Snapshots", templateName, $"{templateName}.{scenarioName}");
35
string templateLocation = Path.Combine(
WellKnownPaths
.LocalShippingPackagesPath, $"{templatePackageName}.*.nupkg");