2 references to RunCommand
aspire (2)
Projects\AppHostInfoResolver.cs (2)
198
var runCommand = string.IsNullOrWhiteSpace(properties.
RunCommand
) ? null : properties.
RunCommand
;