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.Gradle.
Summary
Specifies a Gradle task to be run.
- Assembly
- Cake
.Gradle .dll - Namespace
- Cake
.Gradle - Containing Type
- GradleRunner
Syntax
public GradleRunner WithTask(string task)
Parameters
Name | Type | Description |
---|---|---|
task | string | task name. |
Return Value
Type | Description |
---|---|
GradleRunner | The GradleRunner for fluent re-use. |