pack

ℹ️
This command is fully cacheable.

Pack project.

@dotnet pack {
    configuration = "Release"
    restore = "true"
    build = "true"
    version = "1.0.0"
    args = "--include-symbols"
}

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