3 references to Command
Aspire.Hosting (3)
DistributedApplicationBuilder.cs (1)
511
if (!string.IsNullOrEmpty(execOptions.
Command
))
Exec\ExecResourceManager.cs (2)
235
var command = _execOptions.
Command
;
264
var command = _execOptions.
Command
;