Table of Contents

Class BundleApplicationsTask

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

Task to publish and bundle .NET applications.

[TaskName("PleOps.Recipe.Dotnet.BundleApplications")]
[TaskDescription("Run Publish target and bundle in zip")]
[IsDependentOn(typeof(RestoreToolsTask))]
public class BundleApplicationsTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
Inheritance
BundleApplicationsTask
Implements
Inherited Members

Methods

Run(PleOpsBuildContext)

Runs the task using the specified context.

public override void Run(PleOpsBuildContext context)

Parameters

context PleOpsBuildContext

The context.