Skip to content

Merge pull request #27 from bonsai-rx/logo-update #91

Merge pull request #27 from bonsai-rx/logo-update

Merge pull request #27 from bonsai-rx/logo-update #91

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
submodules: true
- name: Setup .NET Core SDK
uses: actions/[email protected]
with:
dotnet-version: 8.x
- name: Restore NuGet Packages
run: dotnet restore Bonsai.ML.sln
- name: Build Solution
run: dotnet build Bonsai.ML.sln -c Release