8 references to CommandSpec
aspire (8)
Backchannel\BackchannelJsonSerializerContext.cs (1)
19
[JsonSerializable(typeof(
CommandSpec
))]
Projects\GuestRuntime.cs (3)
115
var
commandSpec = watchMode && _spec.WatchExecute is not null
139
var
commandSpec = _spec.PublishExecute ?? _spec.Execute;
145
CommandSpec
commandSpec,
src\Aspire.Hosting\Ats\RuntimeSpec.cs (4)
37
public
CommandSpec
? InstallDependencies { get; init; }
42
public required
CommandSpec
Execute { get; init; }
47
public
CommandSpec
? WatchExecute { get; init; }
52
public
CommandSpec
? PublishExecute { get; init; }