3 references to CreateNoSelfContainedOption
Microsoft.DotNet.Cli.Definitions (3)
Commands\Build\BuildCommandDefinition.cs (1)
46
public readonly Option<bool> NoSelfContainedOption = CommonOptions.
CreateNoSelfContainedOption
();
Commands\Publish\PublishCommandDefinition.cs (1)
47
public readonly Option<bool> NoSelfContainedOption = CommonOptions.
CreateNoSelfContainedOption
();
Commands\Run\RunCommandDefinition.cs (1)
85
public readonly Option<bool> NoSelfContainedOption = CommonOptions.
CreateNoSelfContainedOption
();