6 references to RuntimePathEnvVar
aspire (6)
Layout\LayoutDiscovery.cs (3)
76LayoutComponent.Runtime => Environment.GetEnvironmentVariable(BundleDiscovery.RuntimePathEnvVar), 232if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable(BundleDiscovery.RuntimePathEnvVar))) 234_logger.LogDebug("Runtime path override from {EnvVar}", BundleDiscovery.RuntimePathEnvVar);
Projects\PrebuiltAppHostServer.cs (1)
265startInfo.Environment[BundleDiscovery.RuntimePathEnvVar] = runtimeDir;
src\Shared\BundleDiscovery.cs (2)
382var runtimePath = Environment.GetEnvironmentVariable(RuntimePathEnvVar); 414var runtimePath = Environment.GetEnvironmentVariable(RuntimePathEnvVar);