The Pack action creates a NuGet package based on the specified spec or project file.
The path to a .nuspec or .csproj file to create the package from.
The directory where the package should be created.
Determines which configuration should be used when building the package from a project (.csproj) file.
Overrides the version number provided in the nuspec file.
The base path of the files defined in the nuspec file.
One or more wildcard patterns to exclude when creating a package.
When building a package from a project (.csproj) file, this option causes the source files and symbols to be included in the package.
Prevents the default exclusion of files and folders beginning with a period (eg .hg/, .hgignore)