4 references to DcpSessionDir
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (1)
1609var certificatesRootDir = Path.Join(_locations.DcpSessionDir, exe.Name());
Dcp\DcpHost.cs (1)
210dcpProcessSpec.EnvironmentVariables.Add("DCP_SESSION_FOLDER", locations.DcpSessionDir);
Dcp\Locations.cs (2)
20public string DcpKubeconfigPath => Path.Combine(DcpSessionDir, "kubeconfig"); 22public string DcpLogSocket => Path.Combine(DcpSessionDir, "output.sock");