Skip to content

Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.4 to 7.0.5 (#537) #1117

Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.4 to 7.0.5 (#537)

Bump Microsoft.AspNetCore.Mvc.Testing from 7.0.4 to 7.0.5 (#537) #1117

Workflow file for this run

name: .NET Core
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
- name: Build with dotnet
run: dotnet build --configuration Release
- name: Test with dotnet
run: dotnet test ./Clean.Architecture.sln --configuration Release