Built-In
Contains functionality related to .NET Core CLI.
In order to use the commands for this alias, the .Net Core CLI tools will need to be installed on the machine where the Cake script is being executed. See this page for information on how to install.
Build
DotNetCoreBuild |
Build all projects. |
DotNetCoreBuild |
Build all projects. |
Build Server
Dot |
Shuts down build servers that are started from dotnet. |
Dot |
Shuts down build servers that are started from dotnet. |
Clean
DotNetCoreClean |
Cleans a project's output. |
DotNetCoreClean |
Cleans a project's output. |
Execute
DotNetCoreExecute |
Execute an assembly. |
DotNetCoreExecute |
Execute an assembly with arguments in the specific path. |
DotNetCoreExecute |
Execute an assembly with arguments in the specific path with settings. |
MSBuild
DotNetCoreMSBuild |
Builds the specified targets in a project file found in the current working directory. |
DotNetCoreMSBuild |
Builds the specified targets in a project file found in the current working directory. |
DotNetCoreMSBuild |
Builds the specified targets in the project file. |
DotNetCoreMSBuild |
Builds the specified targets in the project file. |
NuGet
Pack
DotNetCorePack |
Package all projects. |
DotNetCorePack |
Package all projects. |
Publish
DotNetCorePublish |
Publish all projects. |
DotNetCorePublish |
Publish all projects. |
Restore
DotNetCoreRestore |
Restore all NuGet Packages. |
DotNetCoreRestore |
Restore all NuGet Packages with the settings. |
DotNetCoreRestore |
Restore all NuGet Packages in the specified path. |
DotNetCoreRestore |
Restore all NuGet Packages in the specified path with settings. |
Run
DotNetCoreRun |
Run all projects. |
DotNetCoreRun |
Run project. |
DotNetCoreRun |
Run project with settings. |
DotNetCoreRun |
Run project with path and arguments. |
DotNetCoreRun |
Run project with settings. |
Test
DotNetCoreTest |
Test project. |
DotNetCoreTest |
Test project with path. |
DotNetCoreTest |
Test project with settings. |
DotNetCoreTest |
Test project with settings. |
DotNetCoreVSTest |
Test one or more projects specified by a path or glob pattern using the VS Test host runner. |
DotNetCoreVSTest |
Test one or more projects specified by a path or glob pattern with settings using the VS Test host runner. |
DotNetCoreVSTest |
Test one or more specified projects with settings using the VS Test host runner. |
Tool
DotNetCoreTool |
Execute an .NET Core Extensibility Tool. |
DotNetCoreTool |
Execute an .NET Core Extensibility Tool. |
DotNetCoreTool |
Execute an .NET Core Extensibility Tool. |
DotNetCoreTool |
Execute an .NET Core Extensibility Tool. |
DotNetCoreTool |
Execute an .NET Core Extensibility Tool. |
Cake.Coverlet addin
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.Coverlet.
Several extension methods when using DotNetCoreTest.
Test
Coverlet Alias from Cake.Coverlet addin |
Runs the coverlet global tool with the given folder. We will discover any proj files, take the first and infer the name of the dll from that. |
Coverlet Alias from Cake.Coverlet addin |
Runs the coverlet global tool with the given test project. The name of the dll is inferred from the project name |
Coverlet Alias from Cake.Coverlet addin |
Runs coverlet with the given dll, test project and settings |
DotNetCoreTest Alias from Cake.Coverlet addin |
Runs DotNetCoreTest using the given CoverletSettings
|
Cake.Incubator addin
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.
Several extension methods when using DotNetCoreTest.
Test
DotNetCoreTest Alias from Cake.Incubator addin |
Appends XUnit2Settings to an DotNetCoreTestSettings instance
|
DotNetCoreTest Alias from Cake.Incubator addin |
Runs DotNetCoreTest using the given XUnit2Settings
|