Skip to content

compile the project in CI #20

compile the project in CI

compile the project in CI #20

Workflow file for this run

name: Build
on:
pull_request:
branches: [ "*" ]
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
- run: dotnet build --configuration Release