pack
Pack a project.
@dotnet pack {
configuration = "Release"
version = "1.0.0"
arguments = "--include-symbols"
}
Argument Reference
The following arguments are supported:
configuration
- (Optional) Configuration for pack command.version
- (Optional) Version for pack command.arguments
- (Optional) Arguments for command.
Last updated on