IRestore Interface
Definition
A build which restores dependencies.
public interface IRestore : INukeBuildProperties
Restore
Gets the target to restore dependencies.
Target Restore { get; }RestoreSettingsBase
Gets the default restore settings.
Configure<DotNetRestoreSettingsExt> RestoreSettingsBase { get; }RestoreSettings
Gets the custom restore settings.
Configure<DotNetRestoreSettingsExt> RestoreSettings { get; }Methods
RunRestore()
Runs dotnet restore.
void RunRestore()