Skip to content

chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3 (#127) #235

chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3 (#127)

chore(deps): bump coverlet.msbuild from 6.0.2 to 6.0.3 (#127) #235

Workflow file for this run

name: .NET Core
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 8.0.x
- name: Build with dotnet
run: |
dotnet build
dotnet test /p:CollectCoverage=true