3 references to CreateSelfContainedOption
Microsoft.DotNet.Cli.Definitions (3)
Commands\Build\BuildCommandDefinition.cs (1)
44
public readonly Option<bool> SelfContainedOption = CommonOptions.
CreateSelfContainedOption
();
Commands\Publish\PublishCommandDefinition.cs (1)
45
public readonly Option<bool> SelfContainedOption = CommonOptions.
CreateSelfContainedOption
();
Commands\Run\RunCommandDefinition.cs (1)
83
public readonly Option<bool> SelfContainedOption = CommonOptions.
CreateSelfContainedOption
();