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