Pack command
Creates a DPM package based on the specified .dspec.
Usage
bat
dpm pack <.dspec file> [options]Options
| Option | Description |
|---|---|
| basePath | Sets the base path of the files defined in the .dspec file. |
| excludeEmptyDirectories | Prevents inclusion of empty directories when building the package. |
| configFile | Specify the configuration file for the pack command. |
| help | Displays help information for the command. |
| minClientVersion | Set the minClientVersion attribute for the created package. This value will override the value of the existing minClientVersion attribute (if any) in the .dspec file. |
| outputFolder | Specifies the folder in which the created package is stored. If no folder is specified, the current folder is used. |
| properties | Provides the ability to specify a semicolon ";" delimited list of properties (name=value) when creating a package. |
| verbosity | Specifies the amount of detail displayed in the output: normal, quiet, detailed. |
| version | Overrides the version number from the .dspec file. |
Examples
bat
dpm pack
dpm pack foo.dspec
dpm pack foo.dspec -Properties Configuration=Release
dpm pack foo.dspec -Version 2.1.0