Interface IRestore
Targets and configuration for restoring dependencies for the solution.
Inherited Members
INukeBuild.ExecutionPlan
INukeBuild.InvokedTargets
INukeBuild.SkippedTargets
INukeBuild.ScheduledTargets
INukeBuild.RunningTargets
INukeBuild.AbortedTargets
INukeBuild.FailedTargets
INukeBuild.SucceededTargets
INukeBuild.FinishedTargets
INukeBuild.IsSucceeding
INukeBuild.IsFailing
INukeBuild.IsFinished
INukeBuild.ExitCode
INukeBuild.RootDirectory
INukeBuild.TemporaryDirectory
INukeBuild.BuildAssemblyFile
INukeBuild.BuildAssemblyDirectory
INukeBuild.BuildProjectDirectory
INukeBuild.BuildProjectFile
INukeBuild.Verbosity
INukeBuild.Host
INukeBuild.Plan
INukeBuild.Help
INukeBuild.NoLogo
INukeBuild.IsLocalBuild
INukeBuild.IsServerBuild
INukeBuild.Continue
INukeBuild.Partition
Namespace: Hexagrams.Nuke.Components
Assembly: Hexagrams.Nuke.Components.dll
Syntax
public interface IRestore : IHasSolution, INukeBuild
Properties
| Edit this page View SourceIgnoreFailedSources
Whether or not to ignore failed sources during restore. Defaults to false.
Declaration
[Parameter("Ignore unreachable sources during Restore")]
bool IgnoreFailedSources { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Restore
Restore dependencies using dotnet restore.
Declaration
Target Restore { get; }
Property Value
| Type | Description |
|---|---|
| Target |
RestoreSettings
Additional settings for configuring the dotnet restore command.
Declaration
Configure<DotNetRestoreSettings> RestoreSettings { get; }
Property Value
| Type | Description |
|---|---|
| Configure<DotNetRestoreSettings> |
RestoreSettingsBase
Settings for configuring the dotnet restore command.
Declaration
Configure<DotNetRestoreSettings> RestoreSettingsBase { get; }
Property Value
| Type | Description |
|---|---|
| Configure<DotNetRestoreSettings> |