Show / Hide Table of Contents

Interface IRestore

Targets and configuration for restoring dependencies for the solution.

Inherited Members
IHasSolution.Solution
INukeBuild.ReportSummary(Configure<Dictionary<string, string>>)
INukeBuild.TryGetValue<T>(Expression<Func<T>>)
INukeBuild.TryGetValue<T>(Expression<Func<object>>)
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 Source

IgnoreFailedSources

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
| Edit this page View Source

Restore

Restore dependencies using dotnet restore.

Declaration
Target Restore { get; }
Property Value
Type Description
Target
| Edit this page View Source

RestoreSettings

Additional settings for configuring the dotnet restore command.

Declaration
Configure<DotNetRestoreSettings> RestoreSettings { get; }
Property Value
Type Description
Configure<DotNetRestoreSettings>
| Edit this page View Source

RestoreSettingsBase

Settings for configuring the dotnet restore command.

Declaration
Configure<DotNetRestoreSettings> RestoreSettingsBase { get; }
Property Value
Type Description
Configure<DotNetRestoreSettings>

Extension Methods

ToolSettingsExtensions.WhenNotNull<T, TObject>(T, TObject, Func<T, TObject, T>)
ComponentExtensions.FromComponent<TComponent>(INukeBuild)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX