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