betalgo/DotNet NuGet Publish Action
Build, package, and publish a .NET project to a NuGet repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| projectFilePath | Path to the .NET project file | yes | — |
| packageName | Name of the NuGet package | no | — |
| versionFilePath | File path where the version information is stored | no | — |
| versionRegex | Regular expression to extract version information | no | — |
| versionStatic | Static version number to use | no | — |
| tagCommit | Whether to tag the commit with the version | no | false |
| tagFormat | The format of the tag | no | — |
| nugetKey | NuGet API key | yes | — |
| nugetSource | NuGet source URL | yes | — |
| includeSymbols | Whether to include symbols in the NuGet package | no | false |
| noBuild | Whether to skip the build process | no | false |
| codeSignCertPath | Path to the code-signing certificate | no | — |
| codeSignCertPassword | Password for the code-signing certificate | no | — |
Outputs
no outputs