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