Skip to content

Merge pull request #77 from nefarius/dependabot/nuget/coverlet.collec… #119

Merge pull request #77 from nefarius/dependabot/nuget/coverlet.collec…

Merge pull request #77 from nefarius/dependabot/nuget/coverlet.collec… #119

Workflow file for this run

name: .NET
on:
push:
branches: [ "master" ]
paths-ignore:
- 'docs/**'
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup .Net SDK
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.x
- name: Build
run: dotnet build -c Release