Class DotNetRestoreSettingsExt
Extended variant of the base Nuke.Common.Tools.DotNet.DotNetRestoreSettings class.
Implements
IOptions
Inherited Members
DotNetRestoreSettings.ProjectFile
DotNetRestoreSettings.ConfigFile
DotNetRestoreSettings.Verbosity
DotNetRestoreSettings.DisableParallel
DotNetRestoreSettings.Force
DotNetRestoreSettings.IgnoreFailedSources
DotNetRestoreSettings.NoCache
DotNetRestoreSettings.NoDependencies
DotNetRestoreSettings.PackageDirectory
DotNetRestoreSettings.Sources
DotNetRestoreSettings.UseLockFile
DotNetRestoreSettings.LockedMode
DotNetRestoreSettings.LockFilePath
DotNetRestoreSettings.ForceEvaluate
DotNetRestoreSettings.Runtime
DotNetRestoreSettings.Properties
ToolOptions.ProcessToolPath
ToolOptions.ProcessWorkingDirectory
ToolOptions.ProcessEnvironmentVariables
ToolOptions.ProcessExecutionTimeout
ToolOptions.ProcessOutputLogging
ToolOptions.ProcessInvocationLogging
ToolOptions.ProcessExitHandling
ToolOptions.ProcessRedactedSecrets
ToolOptions.ProcessAdditionalArguments
Options.InternalOptions
Namespace: Microsoft.XboxStudios.NukeExt
Assembly: NukeExt.Components.dll
Syntax
[Serializable]
public class DotNetRestoreSettingsExt : DotNetRestoreSettings, IOptions
Properties
View SourceInteractive
Gets a value indicating whether to restore interactively.
Declaration
[Argument(Format = "--interactive")]
public bool? Interactive { get; }
Property Value
Type | Description |
---|---|
bool? |
Methods
View SourceSetInteractive(bool)
Configures whether to restore interactively.
Declaration
public DotNetRestoreSettingsExt SetInteractive(bool value)
Parameters
Type | Name | Description |
---|---|---|
bool | value | Whether to enable interactive restore. |
Returns
Type | Description |
---|---|
DotNetRestoreSettingsExt | The configured settings. |
Implements
Nuke.Common.Tooling.IOptions