4 references to DcpPathEnvVar
aspire (4)
Layout\LayoutDiscovery.cs (3)
77LayoutComponent.Dcp => Environment.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar), 236if (!string.IsNullOrEmpty(Environment.GetEnvironmentVariable(BundleDiscovery.DcpPathEnvVar))) 238_logger.LogDebug("DCP path override from {EnvVar}", BundleDiscovery.DcpPathEnvVar);
Projects\PrebuiltAppHostServer.cs (1)
283startInfo.Environment[BundleDiscovery.DcpPathEnvVar] = dcpPath;