build
Build project.
@cargo build {
profile = "release"
args = "--keep-going"
}
Capabilities
Capability | Info |
---|---|
Cache | remote |
Bach | no |
Argument Reference
The following arguments are supported:
profile
- (Optional) Profile to use to build project. Default isdev
.args
- (Optional) Arguments for command.
Last updated on