Skip to content

Migrate to the .NET 10 SDK #82

Migrate to the .NET 10 SDK

Migrate to the .NET 10 SDK #82

Workflow file for this run

name: Build and test
on:
pull_request:
branches:
- master
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
- name: Setup .NET for main project build
uses: actions/setup-dotnet@v6
- name: Install local tools
run: dotnet tool restore
- name: Paket restore
run: dotnet paket restore
- name: Build
run: dotnet fake run build.fsx