Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a new nuget package based on the provided package definition file.

Syntax

Code Block
languagePowershell
themeConfluence
firstline0001
linenumbersfalse
collapsefalse
New-Package [-PackageDefinitionFile] <string> [[-PackageId] <string>] [-Version] <string> [[-Suffix] <string>] [[-Properties] <string[]>] [-OutputDirectory] <string> [-NuGet] <string> [<CommonParameters>]

...