Skip to content
This repository was archived by the owner on May 12, 2026. It is now read-only.

Rewrite to Blazor WebAssembly #1

Rewrite to Blazor WebAssembly

Rewrite to Blazor WebAssembly #1

Workflow file for this run

name: .NET Build
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
workflow_dispatch:
jobs:
test:
name: Build & Test
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Setup Environment
uses: ./.github/actions/setup-env
- name: Build
run: |
dotnet build --configuration Debug --no-incremental