This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.Incubator.
Summary
Syntax
public static void DotNetCoreTest(this ICakeContext context, DotNetCoreTestSettings settings, FilePath project, XUnit2Settings xunitSettings)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
CakeAliasCategoryAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
The Cake Context |
settings |
DotNetCoreTestSettings |
DotNetCore Test Settings |
project |
FilePath |
DotNetCore Test Project Path |
xunitSettings |
XUnit2Settings |
XUnit2 DotNetCore Test Settings Configurer |
Return Value