6 references to DcpSessionDir
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (3)
2321var certificatesRootDir = Path.Join(_locations.DcpSessionDir, modelResource.Name); 2560var baseOutputPath = Path.Join(_locations.DcpSessionDir, modelResource.Name, "private"); 2774var baseOutputPath = Path.Join(_locations.DcpSessionDir, modelResource.Name, "private");
Dcp\DcpHost.cs (1)
210dcpProcessSpec.EnvironmentVariables.Add("DCP_SESSION_FOLDER", locations.DcpSessionDir);
Dcp\Locations.cs (2)
12public string DcpKubeconfigPath => Path.Combine(DcpSessionDir, "kubeconfig"); 14public string DcpLogSocket => Path.Combine(DcpSessionDir, "output.sock");