4 overrides of Command
Microsoft.NET.Build.Containers (4)
LocalDaemons\ContainerRuntimes.cs (4)
76
protected override string
Command
=> ContainerRuntime.DockerCommand;
248
protected override string
Command
=> ContainerRuntime.PodmanCommand;
334
protected override string
Command
=> ContainerRuntime.WslcCommand;
371
protected override string
Command
=> ContainerRuntime.MacOSContainerCommand;
2 references to Command
Microsoft.NET.Build.Containers (2)
LocalDaemons\ContainerRuntimes.cs (2)
27
_wasProbed = await Operations.ProbeCommandAsync(
Command
, ProbeArguments, cancellationToken).ConfigureAwait(false);
49
Command
,