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