Skip to content

Bump FSharp.Core and AvalonLog #11

Bump FSharp.Core and AvalonLog

Bump FSharp.Core and AvalonLog #11

Workflow file for this run

name: Build for Hosting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build FeshHosting.fsproj
run: dotnet build FeshHosting.fsproj --configuration Release