mario-fribla-gonzalez/Generic build action
Github Action for building and testing applications.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| language | Programming language of the application. Defaults to 'dotnet'. | yes | — |
| command | Command to execute: 'build' or 'test'. Defaults to 'build'. | yes | — |
| coberturapruebasunitarias | — | yes | — |
| node-version | Node.js version to use for the action. Defaults to 14.x | no | — |
| typescript-framework | Framework for the Node.js application (e.g., angular, react). Defaults to 'angular'. | no | — |
| dotnet-version | Node.js version to use for the action. Defaults to 6.0 | no | — |
| dotnet-selfcontained | Whether to build the .NET application as self-contained. Defaults to false. | no | false |
Outputs
| name | description |
|---|---|
| package-name | The name of the built .NET application. |
| package-extension | The extension of the built package (e.g., zip). |
| release-version | The version of the built .NET application. |
| assets | The built artifacts from the .NET application. |