Build .NET solution with MSBuild
Build .NET solution with MSBuild
Usage
name: Build .NET solution with MSBuild
uses: DynamoDS/actions/msbuild@master
with:
# Add inputs here
Inputs
| Name | Description | Default | Required |
|---|---|---|---|
| repository | Repository | true | |
| dotnet_version | Dotnet Version | 8.0.x | false |
| solution_path | Solution Path | true | |
| build_configuration | Build Configuration | Release | false |
| additional_arguments | Additional Arguments | false |