Class ExportReleaseNotesTask
Exports the release notes from the GitHub releases.
[TaskName("PleOps.Recipe.GitHub.ExportReleaseNotes")]
[IsDependentOn(typeof(RestoreToolsTask))]
public class ExportReleaseNotesTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
- Inheritance
-
ExportReleaseNotesTask
- Implements
- Inherited Members
Methods
Run(PleOpsBuildContext)
Runs the task using the specified context.
public override void Run(PleOpsBuildContext context)
Parameters
contextPleOpsBuildContextThe context.
ShouldRun(PleOpsBuildContext)
Gets whether or not the task should be run.
public override bool ShouldRun(PleOpsBuildContext context)
Parameters
contextPleOpsBuildContextThe context.
Returns
- bool
trueif the task should run; otherwisefalse.