Table of Contents

Class DotnetTasks.BuildProjectTask

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

Run tasks to build and test projects.

[TaskName("PleOps.Recipe.Dotnet.BuildProject")]
[IsDependentOn(typeof(RestoreDependenciesTask))]
[IsDependentOn(typeof(BuildTask))]
[IsDependentOn(typeof(TestTask))]
public class DotnetTasks.BuildProjectTask : FrostingTask, IFrostingTask
Inheritance
DotnetTasks.BuildProjectTask
Implements
Inherited Members