Skip to content

Draft: GeneralUpdate.Bowl component documentation (#58) #313

Draft: GeneralUpdate.Bowl component documentation (#58)

Draft: GeneralUpdate.Bowl component documentation (#58) #313

Workflow file for this run

name: .NET
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Setup .NET 10
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- name: Build ServerSample
run: dotnet build ./src/Server/ServerSample.sln
# Hub build requires local DLLs (libs/) or matching NuGet packages.
# Enable when NuGet packages are published from latest GeneralUpdate source.
# - name: Build Hub (NuGet mode)
# run: dotnet build ./src/Hub/Hub.csproj -p:UseNuGet=true