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