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