Class DeployNuGetTask
Tasks to deploy NuGet packages to the preview or stable feed.
[TaskName("PleOps.Recipe.Dotnet.DeployNuGet")]
[TaskDescription("Deploy NuGet packages to the preview or stable feed")]
public class DeployNuGetTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
- Inheritance
-
DeployNuGetTask
- Implements
- Inherited Members
Methods
Run(PleOpsBuildContext)
Runs the task using the specified context.
public override void Run(PleOpsBuildContext context)
Parameters
context
PleOpsBuildContextThe context.
ShouldRun(PleOpsBuildContext)
Gets whether or not the task should be run.
public override bool ShouldRun(PleOpsBuildContext context)
Parameters
context
PleOpsBuildContextThe context.
Returns
- bool
true
if the task should run; otherwisefalse
.