build
Build project.
@dotnet build {
configuration = "Release"
parallel = 1
log = true
restore = "true"
version = "1.2.3"
dependencies = true
args = "--no-incremental"
}
Capabilities
Capability | Info |
---|---|
Cache | remote |
Bach | yes |
Argument Reference
The following arguments are supported:
configuration
- (Optional) Configuration to use to build project. Default isDebug
.parallel
- (Optional) Max worker processes to build the project.log
- (Optional) Enable binlog for the build.restore
- (Optional) Restore packages.version
- (Optional) Build version.dependencies
- (Optional) Restore dependencies as well.args
- (Optional) Arguments for command.
Last updated on