Skip to content

fix: warnings and IsAotCompatible #23

fix: warnings and IsAotCompatible

fix: warnings and IsAotCompatible #23

Workflow file for this run

name: Build
on:
push:
paths-ignore:
- "docs/**"
pull_request:
paths-ignore:
- "docs/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/[email protected]
with:
dotnet-version: "9.0.x"
- name: Build
run: |
dotnet workload restore
dotnet build --configuration Release