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