1 write to LocalShippingPackagesPath
Microsoft.Extensions.AI.Templates.Tests (1)
Infrastructure\WellKnownPaths.cs (1)
42
LocalShippingPackagesPath
= Path.Combine(RepoRoot, "artifacts", "packages", BuildConfigurationFolder, "Shipping");
2 references to LocalShippingPackagesPath
Microsoft.Extensions.AI.Templates.Tests (2)
Infrastructure\TemplateExecutionTestClassFixtureBase.cs (2)
60
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH", WellKnownPaths.
LocalShippingPackagesPath
)
97
.WithEnvironmentVariable("LOCAL_SHIPPING_PATH", WellKnownPaths.
LocalShippingPackagesPath
)