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