3 references to Process
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
770
exe.Spec.ExecutionType = ExecutionType.
Process
;
828
exeSpec.Spec.ExecutionType = ExecutionType.
Process
;
1027
if (spec.ExecutionType == ExecutionType.
Process
|| (spec.ExecutionType == ExecutionType.IDE && appHostArgs.Count == 0))