8 references to WellKnownPaths
Microsoft.McpServer.ProjectTemplates.Tests (8)
test\ProjectTemplates\Infrastructure\DotNetCommand.cs (1)
12
FileName =
WellKnownPaths
.RepoDotNetExePath;
test\ProjectTemplates\Infrastructure\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}
test\ProjectTemplates\Infrastructure\TemplateExecutionTestConfiguration.cs (1)
13
private string TemplateSandboxRoot => Path.Combine(
WellKnownPaths
.ProjectTemplatesArtifactsRoot, TemplatePackageName, "Sandbox");
test\ProjectTemplates\Infrastructure\TemplateSnapshotTestBase.cs (2)
26
string workingDir = Path.Combine(
WellKnownPaths
.ProjectTemplatesArtifactsRoot, templatePackageName, "Snapshots", templateName, $"{templateName}.{scenarioName}");
35
string templateLocation = Path.Combine(
WellKnownPaths
.LocalShippingPackagesPath, $"{templatePackageName}.*.nupkg");