Table of Contents

Class RestoreToolsTask

Namespace
Cake.Frosting.PleOps.Recipe.Common
Assembly
Cake.Frosting.PleOps.Recipe.dll

Task to restore or update .NET tools available in the manifest.

[TaskName("PleOps.Recipe.Common.RestoreTools")]
[TaskDescription("Restore .NET tools available in the manifest")]
public class RestoreToolsTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
Inheritance
RestoreToolsTask
Implements
Inherited Members

Methods

Run(PleOpsBuildContext)

Runs the task using the specified context.

public override void Run(PleOpsBuildContext context)

Parameters

context PleOpsBuildContext

The context.