Skip to content

Bump ReportGenerator from 5.1.20 to 5.1.22 (#563) #1115

Bump ReportGenerator from 5.1.20 to 5.1.22 (#563)

Bump ReportGenerator from 5.1.20 to 5.1.22 (#563) #1115

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