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