Skip to content

Bump Unquote and FSharp.Core #177

Bump Unquote and FSharp.Core

Bump Unquote and FSharp.Core #177

Workflow file for this run

name: Build & Tests
env:
DOTNET_NOLOGO: true
on:
workflow_dispatch:
push:
branches: [ master ]
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@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.402
- name: Build
run: ./build.sh -t Bundle
shell: bash
Docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: ./docker-build.sh -t Bundle