Skip to content

feat: update playground to 8.11.0-pre-08 #57 (#58) #29

feat: update playground to 8.11.0-pre-08 #57 (#58)

feat: update playground to 8.11.0-pre-08 #57 (#58) #29

Workflow file for this run

name: Bit.TemplatePlayground CI
# https://bitplatform.dev/templates/dev-ops
on:
workflow_dispatch:
push:
branches: [ "develop" ]
jobs:
build_blazor_server:
name: build blazor
runs-on: ubuntu-22.04
steps:
- name: Checkout source code
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
global-json-file: global.json
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Build
run: dotnet build Bit.TemplatePlayground.sln -c Release
- name: Test
run: dotnet test src/Tests/Bit.TemplatePlayground.Tests.csproj