4 overrides of Command
Microsoft.NET.Build.Containers (4)
LocalDaemons\ContainerRuntimes.cs (4)
76protected override string Command => ContainerRuntime.DockerCommand; 248protected override string Command => ContainerRuntime.PodmanCommand; 334protected override string Command => ContainerRuntime.WslcCommand; 371protected 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); 49Command,