Skip to content

merge queue: checking main (994f2fa) and #347 together #744

merge queue: checking main (994f2fa) and #347 together

merge queue: checking main (994f2fa) and #347 together #744

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
tags:
- v*
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v6
- name: Setup .NET Core
uses: actions/setup-dotnet@v6
with:
dotnet-version: '8.0.x'
dotnet-quality: 'preview'
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore