Table of Contents

Class BuildTask

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

Build the .NET projects.

[TaskName("PleOps.Recipe.Dotnet.Build")]
[TaskDescription("Build .NET projects")]
[IsDependentOn(typeof(RestoreDependenciesTask))]
public class BuildTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
Inheritance
BuildTask
Implements
Inherited Members

Methods

Run(PleOpsBuildContext)

Runs the task using the specified context.

public override void Run(PleOpsBuildContext context)

Parameters

context PleOpsBuildContext

The context.