Class TestTask
Run the tests of the .NET projects from the solution level.
[TaskName("PleOps.Recipe.Dotnet.Tests")]
[TaskDescription("Run .NET test projects and create code coverage report")]
[IsDependentOn(typeof(BuildTask))]
[IsDependentOn(typeof(RestoreToolsTask))]
public class TestTask : FrostingTask<PleOpsBuildContext>, IFrostingTask
- Inheritance
-
TestTask
- Implements
- Inherited Members
Methods
Run(PleOpsBuildContext)
Runs the task using the specified context.
public override void Run(PleOpsBuildContext context)
Parameters
context
PleOpsBuildContextThe context.