Skip to content

Downgrade c# compiler to 4.4 for compat #35

Downgrade c# compiler to 4.4 for compat

Downgrade c# compiler to 4.4 for compat #35

Workflow file for this run

name: Generic build
on:
push:
branches:
- 'master'
tags-ignore:
- '**'
env:
DOTNET_EnableDiagnostics: 0
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_NOLOGO: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
DOTNET_GENERATE_ASPNET_CERTIFICATE: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core 7.0
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
- name: Build
run: dotnet build -c Release EnumSourceGen.sln