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