4 references to DcpSessionDir
Aspire.Hosting (4)
Dcp\DcpExecutor.cs (1)
2304var certificatesRootDir = Path.Join(_locations.DcpSessionDir, modelResource.Name);
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");