igotinfected-ci/Build MonoGame project
Build your MonoGame projects with this action. Useful for build checks.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dotnet-version | .NET version to set up `dotnet` with. Defaults to `3.1.x`. | no | 3.1.x |
| solution-path | Path to the `.sln`. Used to restore NuGet packages from. | yes | — |
| content-mgcb-path | Path to the `Content.mgcb` file for a specific project. Used to build the MonoGame content files. Note: this may not be required in future releases. | yes | — |
| content-mgcb-platform | Platform to build Content files for. E.g.: `Android`. | yes | — |
| csproj-path | Path to the `.csproj` to build with. This is passed to `msbuild` to initiate the build. | yes | — |
| build-target | The `msbuild` target to use. E.g.: `PackageForAndroid`. | yes | — |
| build-configuration | The `msbuild` build configuration to use. Defaults to `Release`. | yes | Release |
Outputs
no outputs