actions-marketplace-validations/Build DotNet
📦 GitHub action to build, test, and package projects.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| SOLUTION_FILE_PATH | Filepath of the solution of which contains all the projects to be built, optionally tested and packed, relative to root of repository | no | "" |
| RESTORE | Flag to toggle running restore for the projects about to be built, enabled by default | no | true |
| TEST | Flag to toggle running unit tests for the projects built, disabled by default | no | false |
| PACK | Flag to toggle packing the projects built | no | true |
| PUSH | Flag to toggle pushing the packages to a nuget feed, disabled by default | no | false |
| SOURCE_NAME | The source to use when pushing, nuget.org by default | no | nuget.org |
Outputs
no outputs