Skip to content

Bump MudBlazor from 6.6.0 to 6.7.0 in /src/.template.base/wasm-hosted/Server #1199

Bump MudBlazor from 6.6.0 to 6.7.0 in /src/.template.base/wasm-hosted/Server

Bump MudBlazor from 6.6.0 to 6.7.0 in /src/.template.base/wasm-hosted/Server #1199

Workflow file for this run

name: mudblazor-ci
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore ./src/templates.csproj
- name: Build
run: dotnet build ./src/templates.csproj --no-restore
- name: Test
run: dotnet test ./src/templates.csproj --no-build --verbosity normal