akiojin/.NET NuGet package build
.NET NuGet package build & publish GitHub action
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additional-arguments | Specify additional arguments to be passed to the build command. | no | "" |
| api-key | Specify the API key to be used for delivery. By default, $GITHUB_TOKEN is used. | no | ${{ github.token }} |
| clean | Clean workspace before building | no | false |
| command | Specify the command to be executed. By default, `dotnet build` is executed. | no | build |
| verbosity | Specifies the output level of the log. The level can be quiet, minimal, normal, delayed, or diagnostic. The default is normal. | no | normal |
| nologo | No copyright information is displayed. | no | true |
| configuration | Select the target configuration to build. | no | Debug |
| framework | Select the target framework to build. | no | — |
| output | Specify the output destination of the built package. By default, '' is set. | no | "" |
| project | Specify the project path. | no | "" |
| publish | Specify `true` if the package is to be delivered after build. By default, `false` is specified and only build is performed. | no | false |
| source | Specifies the name of the package source to which the NuGet package is to be delivered when delivering a NuGet package. Must be specified if `publish` is set to `true`. | no | "" |
Outputs
no outputs