Skip to content

Publish Blazor example #21

Publish Blazor example

Publish Blazor example #21

Workflow file for this run

name: Pure.DI check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup dotnet
uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.0.x'
- name: Build and check
run: dotnet run --project ./build -- check
- name: Publish Blazor example
run: dotnet run --project ./build -- publish