Skip to content

Update AngouriMath and add logical operators #541

Update AngouriMath and add logical operators

Update AngouriMath and add logical operators #541

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
Everything:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: Setup MSBuild Path
uses: microsoft/setup-msbuild@v2
- name: Restore NuGet Packages
run: dotnet restore BuildEverythingYml.slnf
- name: Build Everything
run: msbuild BuildEverythingYml.slnf /p:Configuration=Release