Class RestoreToolsTask
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
PleOpsBuildContextThe context.