DotNetRestoreSettingsExt Class
Definition
Extended variant of the base Nuke.Common.Tools.DotNet.DotNetRestoreSettings class.
[Serializable]public class DotNetRestoreSettingsExt : DotNetRestoreSettings, IOptionsInheritance object → Nuke.Common.Tooling.Options → Nuke.Common.Tooling.ToolOptions → Nuke.Common.Tools.DotNet.DotNetRestoreSettings
Implements Nuke.Common.Tooling.IOptions
Properties
Interactive
Gets a value indicating whether to restore interactively.
[Argument(Format = "--interactive")]public bool? Interactive { get; }Methods
SetInteractive(bool)
Configures whether to restore interactively.
public DotNetRestoreSettingsExt SetInteractive(bool value)Parameters
value bool
Whether to enable interactive restore.
Returns
DotNetRestoreSettingsExt
The configured settings.