Class RestoreDependenciesTask
Restore dependencies of .NET projects.
[TaskName("PleOps.Recipe.Dotnet.Restore")]
[TaskDescription("Restore NuGet dependencies and run Clean target")]
public class RestoreDependenciesTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
- Inheritance
-
RestoreDependenciesTask
- Implements
- Inherited Members
Methods
Run(PleOpsBuildContext)
Runs the task using the specified context.
public override void Run(PleOpsBuildContext context)
Parameters
context
PleOpsBuildContextThe context.