pack
Pack project.
@dotnet pack {
configuration = "Release"
restore = "true"
build = "true"
version = "1.0.0"
args = "--include-symbols"
}Capabilities
| Capability | Info |
|---|---|
| Cache | remote |
| Bach | no |
Argument Reference
The following arguments are supported:
configuration- (Optional) Configuration for pack command.restore- (Optional) Restore packages.build- (Optional) Build project.version- (Optional) Version for pack command.args- (Optional) Arguments for command.
Last updated on