4 references to Execute
aspire (4)
Projects\GuestAppHostProject.cs (2)
1113
runtimeSpec.
Execute
.Command,
1114
string.Join(" ", runtimeSpec.
Execute
.Args));
Projects\GuestRuntime.cs (2)
117
: _spec.
Execute
;
139
var commandSpec = _spec.PublishExecute ?? _spec.
Execute
;