You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The NuGet Spec Action is used to generate the nuspec for a new package

Name

A friendly name for this action (will be displayed in the actions workflow area).

Enabled

Determines if this action will be run within the relevant stage.

Package Name / Project File

The package for the nuspec file, or the location of a .proj file (the package name will automatically be derived from the project name).

Output Directory

The folder where the nuspec file will be created.

Assembly

The assembly to use for metadata (for example Name, Version, Title, Company, Description).

Overwrite

Overwrite the nuspec file if it exists.

Configuration File

The NuGet configuation file. If not specified, the file %AppData%\NuGet\NuGet.config is used.

Using

The property collector pointing to the location of the NuGet.exe file.

 

Add environment variables to be used by this action.

 

  • No labels