Skip to content

chore: Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.0 to 10.0.1 (#… #1572

chore: Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.0 to 10.0.1 (#…

chore: Bump Microsoft.AspNetCore.Mvc.Testing from 10.0.0 to 10.0.1 (#… #1572

Workflow file for this run

---
name: ci
on:
push:
branches:
- master
paths-ignore:
- doc/**
- img/**
- changelog.md
- readme.md
pull_request:
paths-ignore:
- doc/**
- img/**
- changelog.md
- readme.md
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Install .NET Core
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- name: Build & test (Release)
run: dotnet test src -c Release --logger "console;verbosity=normal"