1 write to LocalShippingPackagesPath
Microsoft.McpServer.ProjectTemplates.Tests (1)
test\ProjectTemplates\Infrastructure\WellKnownPaths.cs (1)
37
LocalShippingPackagesPath
= Path.Combine(RepoRoot, "artifacts", "packages", BuildConfigurationFolder, "Shipping");
4 references to LocalShippingPackagesPath
Microsoft.McpServer.ProjectTemplates.Tests (4)
test\ProjectTemplates\Infrastructure\TemplateExecutionTestClassFixtureBase.cs (3)
60
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH", WellKnownPaths.
LocalShippingPackagesPath
)
121
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH", WellKnownPaths.
LocalShippingPackagesPath
)
129
Local Shipping Path: {WellKnownPaths.
LocalShippingPackagesPath
}
test\ProjectTemplates\Infrastructure\TemplateSnapshotTestBase.cs (1)
35
string templateLocation = Path.Combine(WellKnownPaths.
LocalShippingPackagesPath
, $"{templatePackageName}.*.nupkg");