
choco-pack
List of commands for choco-pack:
-
choco-pack:tldr:05228 choco-pack: Package a NuGet specification to a nupkg file.$ choco pack ${path\to\specification_file}try on your machineexplain this command
-
choco-pack:tldr:7afb2 choco-pack: Package a NuGet specification specifying the version of the resulting file.$ choco pack ${path\to\specification_file} --version ${version}try on your machineexplain this command
-
choco-pack:tldr:f478f choco-pack: Package a NuGet specification to a specific directory.$ choco pack ${path\to\specification_file} --output-directory ${path\to\output_directory}try on your machineexplain this command