4 references to BuiltNuGetsPath
Aspire.Templates.Tests (4)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (4)
152if (string.IsNullOrEmpty(EnvironmentVariables.BuiltNuGetsPath) || !Directory.Exists(EnvironmentVariables.BuiltNuGetsPath)) 154throw new ArgumentException($"Cannot find 'BUILT_NUGETS_PATH={EnvironmentVariables.BuiltNuGetsPath}' or {BuiltNuGetsPath}"); 156BuiltNuGetsPath = EnvironmentVariables.BuiltNuGetsPath;