3 references to DcpSessionDir
Aspire.Hosting (3)
Dcp\DcpHostService.cs (1)
229
dcpProcessSpec.EnvironmentVariables.Add("DCP_SESSION_FOLDER", locations.
DcpSessionDir
);
Dcp\Locations.cs (2)
12
public string DcpKubeconfigPath => Path.Combine(
DcpSessionDir
, "kubeconfig");
14
public string DcpLogSocket => Path.Combine(
DcpSessionDir
, "output.sock");